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

View File

@@ -0,0 +1,6 @@
#!/bin/bash
/home/pi/bin/say_in_english "Hello, raspberry pi `hostname` is booting" || true
/home/pi/bin/say_in_english "IP is `hostname -I`" || true
exit 0