Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active August 29, 2015 14:27
Show Gist options
  • Save djtech42/a8f443cc698c01ec3234 to your computer and use it in GitHub Desktop.
Save djtech42/a8f443cc698c01ec3234 to your computer and use it in GitHub Desktop.
Grant Executable Permission for All Shell Scripts in Directory
#!/bin/bash
chmod +x *.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment