Skip to content

Instantly share code, notes, and snippets.

@daBayrus
Created September 25, 2015 13:18
Show Gist options
  • Save daBayrus/0cb9e899462d2cc76df8 to your computer and use it in GitHub Desktop.
Save daBayrus/0cb9e899462d2cc76df8 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ $1 ]; then
file_path=$1
host_path="/Users/joel/dev/apps/commutyble/"
touch ${file_path#$host_path}
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment