stormbytes

Untitled

Jun 18th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. f="lambda.zip"
  2.  
  3. if [ -e "$f" ]
  4. then
  5.     rm "$f"
  6. fi
  7.  
  8. zip –r lambda lambda
Advertisement
Add Comment
Please, Sign In to add comment