changeset 5338:afeac7a6f758

<oerjan> (cat bin/emptylist; echo \'we forgot to implement this command\') >bin/whoops; chmod +x bin/whoops
author HackBot
date Sat, 02 May 2015 19:12:32 +0000
parents 85f4a50af644
children a42f2134e804
files bin/whoops
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/whoops	Sat May 02 19:12:32 2015 +0000
@@ -0,0 +1,2 @@
+echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit
+we forgot to implement this command