Skip to content

Instantly share code, notes, and snippets.

@MilanGrubnic70
Created April 12, 2014 20:24
Show Gist options
  • Save MilanGrubnic70/10555020 to your computer and use it in GitHub Desktop.
Save MilanGrubnic70/10555020 to your computer and use it in GitHub Desktop.
Resetting a Terminal screen.
puts "\e[H \e[2J" #moves to home & clears screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment