Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagrat/shex
Self-Extracting tar-ball creator for bash
https://github.com/bagrat/shex
Last synced: 13 days ago
JSON representation
Self-Extracting tar-ball creator for bash
- Host: GitHub
- URL: https://github.com/bagrat/shex
- Owner: bagrat
- Created: 2014-05-28T13:24:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T22:54:29.000Z (over 10 years ago)
- Last Synced: 2024-10-19T11:28:33.600Z (25 days ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shex
====###### Self-Extracting tar-ball creator for GNU/Linux
### Usage
```
shex [-s script] [-o output] target
target - the target forlder to be archived
script - the script inside the target folder to be ran after being extracted
output - the output file to be generated
```