https://github.com/naxmefy/scripts
Collection of custom scripts from me...
https://github.com/naxmefy/scripts
Last synced: 3 months ago
JSON representation
Collection of custom scripts from me...
- Host: GitHub
- URL: https://github.com/naxmefy/scripts
- Owner: naxmefy
- Created: 2014-11-30T19:09:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T09:21:39.000Z (over 8 years ago)
- Last Synced: 2025-01-16T01:16:07.480Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scripts
=====After checkout:
# Add .bash_aliases to your .bash_profile or .bashrc
```
source /path/to/.bash_aliases
```# Make Shell files executable (if they aren't)
```
find . -iname \*.sh | xargs chmod +x
```