Guest User

Untitled

a guest
Feb 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # Making it executable
  4. chmod a+x exampleName.AppImage
  5.  
  6. # Executing it
  7. ./exampleName.AppImage
Add Comment
Please, Sign In to add comment