Skip to content

Instantly share code, notes, and snippets.

@DiamondDemon669
Created January 12, 2021 11:24
Show Gist options
  • Save DiamondDemon669/08a3e1b213e5a7e46b05bc0ae2df6e9e to your computer and use it in GitHub Desktop.
Save DiamondDemon669/08a3e1b213e5a7e46b05bc0ae2df6e9e to your computer and use it in GitHub Desktop.
SImple SHell (SISH) is a basic command line.
#!/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