Iterate on timelimit script, add sudo

This commit is contained in:
Krisjanis Rijnieks
2018-05-17 22:57:51 +02:00
parent 8d226cc923
commit 238535c0bd
+1 -4
View File
@@ -2,9 +2,6 @@
echo "Begin build-script.sh"
date
timelimit -S 2 -t 2100 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
date
sleep 10
sudo timelimit -S9 -t2000 -T10 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
echo "End build-script.sh"