Sunday, February 23, 2014

Raspberry Pi Stack

Raspberry Pi Stack

Setek Dual Stackable Case for Raspberry Pi

Monday, February 17, 2014

Script to Add Multiple Lines to a File

Shell script command to add multiple lines to a file:

cat <<EOF >> /tmp/newFile
# these lines are added added
# more lines here
EOF