https://github.com/ksync/gimme-that
https://github.com/ksync/gimme-that
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ksync/gimme-that
- Owner: ksync
- License: apache-2.0
- Created: 2019-10-18T15:53:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T19:19:27.000Z (over 3 years ago)
- Last Synced: 2025-05-21T01:13:21.249Z (12 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Get the things. You know, that thing that I put in that place that time? Yeah, that one.
## Usage
### Modifiable Variables
- `TARGET_BIN` The name of the binary to be checked.
- `TARGET_INSTALL_PATH` The local path to install the binary to (defaults to `/usr/local/bin`)
- `TARGET_PROJECT` The GitHub user/repo to download from.
Pass any modified variables to the command and run it.
E.G.:
```shell
TARGET_BIN=ksync TARGET_PROJECT=vapor-ware/ksync gimme.sh
```
These variables may also be exported.