changeset 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 e04c05e94730
children 2ed2dec8fc2b
files bin/forth
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/forth	Fri Sep 05 20:04:33 2014 +0000
@@ -0,0 +1,2 @@
+#! /bin/bash
+exec gforth -e "$* bye" </dev/null