Skip to content

Instantly share code, notes, and snippets.

@m3nd3s
Created April 22, 2012 19:12
Show Gist options
  • Save m3nd3s/2466242 to your computer and use it in GitHub Desktop.
Save m3nd3s/2466242 to your computer and use it in GitHub Desktop.
Name
#!/bin/bash
#
# Recebe um nome e o imprime
clear
echo -n "Entre com o seu nome"
read NOME
echo "Seu nome é: $NOME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment