clear.sh 67 B

12345
  1. #!/bin/bash
  2. # Clear screen on some terminals
  3. echo -e '\e[H\e[2J'