Skip to content

Instantly share code, notes, and snippets.

@benkant
Created May 10, 2016 10:43
Show Gist options
  • Save benkant/b3ffc00a7c865a60fbc9aa77c987e5b8 to your computer and use it in GitHub Desktop.
Save benkant/b3ffc00a7c865a60fbc9aa77c987e5b8 to your computer and use it in GitHub Desktop.
#!/bin/sh
# https://github.com/lindes/get-location
# home is where you throw your rug
prog=~/code/get-location/get-location
echo "" >> "$1"
if [ -x "$prog" ]
then
$prog >> "$1"
else
echo "Location: " >> "$1"
fi
#echo "airplane" >> "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment