blob: eecf719479d1dd865d5478eaad15934537c9ce54 (
plain) (
tree)
|
|
#!/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 $@
|