An open API service indexing awesome lists of open source software.

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

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.