Advertisement
LeDevBreton

tache.sh

Dec 30th, 2023 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #! /bin/sh
  2. if [ -f /home/yannick/Documents/toto ]; then
  3. echo "existe" >> /home/yannick/Documents/log.log
  4. rm -rf /home/yannick/Documents/toto
  5. else
  6. echo "osef" >> /home/yannick/Documents/log.log
  7. fi
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement