view bin/dontaskdonttelllist @ 4789:6ad2db782cb2

<fizzie> echo -e \'#! /bin/bash\\nexec gforth -e "$* bye" </dev/null\' > bin/forth; chmod +x bin/forth
author HackBot
date Fri, 05 Sep 2014 20:04:33 +0000
parents 0c7867afaef8
children f697c4e93c0b
line wrap: on
line source

echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | sed 's/./&​/g' | xargs; exit
quintopia
coppro