structured scripts

This commit is contained in:
2014-02-18 16:11:18 +00:00
parent 4ea879d517
commit eab0f043fa
6 changed files with 41 additions and 14 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
/home/pi/bin/_boot/notify_boot.sh || true
if [ "$1" != "" ]; then
echo Boot tests
else
/home/pi/bin/_boot/nas.sh || true
fi
/home/pi/bin/_boot/audio_boot_notication || true
exit 0