Skip to content

Instantly share code, notes, and snippets.

View prichodko's full-sized avatar
:octocat:
hacking

pavel prichodko

:octocat:
hacking
View GitHub Profile
@prichodko
prichodko / setup.sh
Created January 13, 2016 10:40
Set working directory for new project
#!/bin/sh
NEW_PROJECT="/Users/Felicio/Documents/Developer/Resources/New\ Project"
TARGET_DIR="$1"
if [[ "$TARGET_DIR" == 0 ]]; then
printf "%s\n" "Specify targed directory."
exit 1
fi