Skip to content

Commit

Permalink
Added bash-script for setting up libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Eivind Wikheim committed Apr 23, 2013
1 parent 71ac730 commit 6a0803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movefiles.sh
Expand Up @@ -2,7 +2,7 @@

DEST_DIR="/usr/share/arduino/libraries"

echo "Script for copying GoL folders to <arduino-folder>/libraries"
echo "Script for copying GoL folders to ${DEST_DIR}/libraries"
echo "Call this script standing in GoL's source-folder"
sudo cp -r GameOfLightSim ${DEST_DIR}
sudo cp -r GameOfLightHW ${DEST_DIR}
Expand Down

0 comments on commit 6a0803c

Please sign in to comment.