mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
4 lines
68 B
Bash
4 lines
68 B
Bash
|
#!/bin/bash
|
||
|
source $(poetry env info --path)/bin/activate
|
||
|
exec "$@"
|