Fixat lite markdown-formatering och ändrat lite i inmatning.sh

This commit is contained in:
2013-12-10 16:19:28 +01:00
parent efeb8f8faf
commit b1fc3f2fd5
3 changed files with 19 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
#Definiera Name
declare Namn
read -t 3 -p "Vad heter du? " Name
read -n 20 -t 8 -p "Vad heter du? " Name
Name=${Name:="Secret"} # Definiera Name till Hemligt om ingen input
printf "Du heter: $Name\n\n"