Follwing the instructions at http://www.raspberrypi.org/documentatio ... ripting.md, results in:
./fun-script: line 1: 1: command not found
I am Using Raspbian, on Raspberry Pi B. Any ideas?
Thanks,
kaybee
Code: Select all
while 1
do
echo Raspberry Pi!
done
Code: Select all
while true
do
echo Raspberry Pi!
done
Code: Select all
while :;do
…
done