1 2 3 4 5 6 7
#!/bin/sh HARDWARE=~/Arduino/hardware TARGET=$HARDWARE/arcore mkdir -p $HARDWARE ln -s `pwd` $TARGET echo "Installed to $TARGET"