annotate bin/forth @ 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
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4789
6ad2db782cb2 <fizzie> echo -e \'#! /bin/bash\\nexec gforth -e "$* bye" </dev/null\' > bin/forth; chmod +x bin/forth
HackBot
parents:
diff changeset
1 #! /bin/bash
6ad2db782cb2 <fizzie> echo -e \'#! /bin/bash\\nexec gforth -e "$* bye" </dev/null\' > bin/forth; chmod +x bin/forth
HackBot
parents:
diff changeset
2 exec gforth -e "$* bye" </dev/null