This can be done with: `:;while [ $? -eq 0 ];do nc -lp 8888 -e ./bashttpd ;done`
This can be done with:
:;while [ $? -eq 0 ];do nc -lp 8888 -e ./bashttpd ;done