Created
April 9, 2021 21:56
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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