JoeCroqueta

Shell

Jul 20th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. # IF abreviado
  2. ( [[ -d "/this/dir" ]] && echo "The directory exists" ) || echo "Does not exist"
Advertisement
Add Comment
Please, Sign In to add comment