Skip to content

Instantly share code, notes, and snippets.

@themancalledjakob
Last active May 23, 2017 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themancalledjakob/fae96d5c527adffe22b6d1382c05fb54 to your computer and use it in GitHub Desktop.
Save themancalledjakob/fae96d5c527adffe22b6d1382c05fb54 to your computer and use it in GitHub Desktop.
test
#!/bin/sh
echo "yeah baby"
echo -ne '\b\b\b'
echo -e 'foooo\rbar'
echo -e "\033[2K\033[2K\033[2K\033[2K\033[2K\033[2K\033[2K"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment