view bin/@ @ 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 1e110f9d6e37
children
line wrap: on
line source

#!/usr/bin/perl -w
$_ = join " ", @ARGV; if (s/^([^ ]*) +([^ ]*) +//) { print "$1: "; exec $2, $_; }