2024-06-30 00:02:59 +02:00

4 lines
109 B
Plaintext

#/bin/sh
echo 'Running iottb as sudo'
sudo $(which python) iottb $@
echo 'Finished executing iottb with sudo'