Advertisement
piffy

hello1_2

Sep 6th, 2014
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #hello1.sh
  2. #!/bin/bash
  3. read nome
  4. echo ciao $nome, benvenuto nel magico mondo di bash.
  5.  
  6. #hello2.sh
  7. #!/bin/bash
  8. echo ciao $1, benvenuto nel magico mondo di bash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement