https://github.com/castrodd/bash
Bash Shell Scripting
https://github.com/castrodd/bash
bash bash-scripting
Last synced: 3 months ago
JSON representation
Bash Shell Scripting
- Host: GitHub
- URL: https://github.com/castrodd/bash
- Owner: castrodd
- Created: 2017-08-23T19:42:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T01:27:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T10:50:06.284Z (3 months ago)
- Topics: bash, bash-scripting
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Shell Scripting
Note: Please change permissions in order to run script.
`chmod +x gift.sh`
## gift.sh
Allows user to 'gift-wrap' all non-directory files (and, optionally, directory files, too) found on Desktop into _default_ folder. User also able to choose name of folder on the command line.
```
./gift.sh [name] [-d]```
### Options
`[name]` allows user to specify name of central folder. If not provided, the central folder will be called _default_.`[-d]` allows user to bundle folders into central folder. If not provided, only non-directory folders will be included.