Skip to content

Instantly share code, notes, and snippets.

@plourenco
Created March 16, 2021 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plourenco/eaa275b78fd60b4148ad0d0f45617f8d to your computer and use it in GitHub Desktop.
Save plourenco/eaa275b78fd60b4148ad0d0f45617f8d to your computer and use it in GitHub Desktop.
Celagem.sh
#!/bin/bash
echo 'WE WILL CELAR YOU'
sleep 1
echo 'clear'
sleep 1
echo '-bash: clear: command not found'
sleep 2
echo 'Ups, enganei-me...'
sleep 1
echo 'celar'
sleep 1
clear
echo 'Celado com sucesso'
sleep 1
echo 'Vou só dar mais uma celadinha'
sleep 1
echo ‘Ligando motores de turbo celagem’
sleep 2
echo ‘VRUM VRUM’
sleep 1
clear
echo 'Ok, agora parei'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment