Skip to content

Instantly share code, notes, and snippets.

@m3nd3s
Created April 22, 2012 18:38
Show Gist options
  • Select an option

  • Save m3nd3s/2466099 to your computer and use it in GitHub Desktop.

Select an option

Save m3nd3s/2466099 to your computer and use it in GitHub Desktop.
First ShellScript #FLISOL2012
#!/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