aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: 1272d3ec5f98e20ff25ea65c65aefb71220c06ac (plain)
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"