Skip to content

Instantly share code, notes, and snippets.

@bashelled
Created April 9, 2021 21:56
Show Gist options
  • Save bashelled/59051770e6a512398947448c767e7663 to your computer and use it in GitHub Desktop.
Save bashelled/59051770e6a512398947448c767e7663 to your computer and use it in GitHub Desktop.
bssh: Bad Shell-based SHell: a shell written in shell that is bad
#!/bin/bash
SPS="prompt >>"
main () {
echo $0
echo $SPS
read stuff
$stuff
}
for i in {1..1000}
do
main
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment