arquivo texto "teste"
echo "teste" sleep 5 echo "fim"
executando
sh teste
dando permissão de execução
chmod +x teste
rodar:
./teste