Advertisement
Guest User

MacOS What Lives Below Demo fixer

a guest
Mar 26th, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | Gaming | 0 0
  1. if [ -f /Applications/What-Lives-Below-Demo-Mac.app/Contents/MacOS/What\ Lives\ Below\ Demo ]; then
  2.     chmod +x /Applications/What-Lives-Below-Demo-Mac.app/Contents/MacOS/What\ Lives\ Below\ Demo
  3. else
  4.     echo "Couldn't find .app folder,"
  5.     echo "Please drag and drop the .app folder onto Terminal"
  6.     app=""
  7.     read app
  8.     chmod +x $app/Contents/MacOS/What\ Lives\ Below\ Demo
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement