diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-26 20:03:30 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-26 20:03:30 -0700 |
commit | ec8ae73b763f8d814adbae4868bac5f7b6c49a48 (patch) | |
tree | bda2605c5a6c4dea6c0ce087d53062e21cb5b1f4 /bin | |
download | psych-ec8ae73b763f8d814adbae4868bac5f7b6c49a48.tar.gz |
initial commit
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/psych | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/psych b/bin/psych new file mode 100755 index 0000000..1b4eff8 --- /dev/null +++ b/bin/psych @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby + +abort "you need to write me" |