mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-08 22:07:06 +00:00
4 lines
68 B
Bash
4 lines
68 B
Bash
|
#!/bin/bash
|
||
|
source $(poetry env info --path)/bin/activate
|
||
|
exec "$@"
|