Guest User

Untitled

a guest
Apr 25th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. clear
  4. echo -e "Script Creado por Begoña"
  5.  
  6. if [ ! -f "$1" ];then
  7. pr $1
  8. else
  9. echo "$1 no es un fichero regular"
  10.  
  11. fi
Add Comment
Please, Sign In to add comment