Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. set -kyan@elegiac ~ nohup compiz --replace openbox $ set -x
  2. kyan@elegiac ~ nohup compiz --replace openbox $ trap 'echo FAIL!' ERR; touch '\'; tar -c '\' > /dev/null; touch '\r'; [[ -e '\r' ]] && echo "exists"; tar -c '\r' > /dev/null
  3. +(0) ::2:trap 'echo FAIL!' ERR
  4. +(0) ::2:touch '\'
  5. +(0) ::2:tar -c '\'
  6. +(0) ::2:touch '\r'
  7. +(0) ::2:[[ -e \r ]]
  8. +(0) ::2:echo exists
  9. exists
  10. +(0) ::2:tar -c '\r'
  11. tar: \r: Cannot stat: No such file or directory
  12. tar: Exiting with failure status due to previous errors
  13. ++(2) ::2:echo 'FAIL!'
  14. FAIL!
  15. kyan@elegiac ~ nohup compiz --replace openbox $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement