Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. file1=/system/lib/libcrypto.so
  2. file2=/system/lib/libctest.so
  3.  
  4. if [ -e $file1 -a -e $file2 ]
  5. then
  6. echo "woot"
  7. else
  8. echo "no woot"
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement