Skip to content

Instantly share code, notes, and snippets.

View chihchun's full-sized avatar
🎯
Focusing

Rex Tsai chihchun

🎯
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/sh
# Canonical (C) 2012-2013
# FourDollars
# Rex Tsai
TARGET="$1"
NAME=$(basename $TARGET)
CMD=$2
OUTPUTDIR=${3-`pwd`}
if [ ! -f "$TARGET" ] || [ -z $CMD ] ; then