blob: eecf719479d1dd865d5478eaad15934537c9ce54 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/bash
# It is not necessary to use a shell script for this. Dropping the .py
# extension and including the correct shebang is also correct.
python3 $(dirname "$0")/dotsandboxesagent.py $@
|