Created
April 22, 2012 18:38
-
-
Save m3nd3s/2466099 to your computer and use it in GitHub Desktop.
First ShellScript #FLISOL2012
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Script para limpar a tela | |
| echo “A tela será apagada em 10s” | |
| sleep 10 | |
| clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment