Skip to content

Instantly share code, notes, and snippets.

@Every0ne
Created December 23, 2024 08:57
Show Gist options
  • Save Every0ne/b0659fcf6db0f8971117c805e6e88f4f to your computer and use it in GitHub Desktop.
Save Every0ne/b0659fcf6db0f8971117c805e6e88f4f to your computer and use it in GitHub Desktop.
A Windows "Clear Screen" analogue for GNU/Linux
#!/bin/sh
clear
printf '\033[3J'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment