Created
January 12, 2021 11:24
-
-
Save DiamondDemon669/08a3e1b213e5a7e46b05bc0ae2df6e9e to your computer and use it in GitHub Desktop.
SImple SHell (SISH) is a basic command line.
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 | |
while true | |
do | |
echo -n "$USER@$(hostname):$PWD> "; eval $(head -1) | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment