Name: Anonymous 2018-03-02 17:21
I'd like to anally deform brains of web developers with a new concatenative server-side framework. it will be called Backend Forth
#!/bin/sh
cmd=$1
printf "> "
while read -r line; do
reply=`echo "$line" | $cmd`
printf "%s\n" $reply
printf "> "
done