4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
#/bin/sh
|
|
echo 'Running iottb as sudo'
|
|
sudo $(which python) iottb $@
|
|
echo 'Finished executing iottb with sudo' |