mirror of
https://github.com/bytedream/scripts.git
synced 2025-06-27 10:10:32 +02:00
Added pathify
This commit is contained in:
18
pathify/README.md
Normal file
18
pathify/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
## Pathify
|
||||
|
||||
A script to make other bash scripts in this repository global available on your computer
|
||||
|
||||
|
||||
#### Usage
|
||||
|
||||
Make a script global
|
||||
```
|
||||
$ ./pathify.sh <script name>
|
||||
```
|
||||
|
||||
Remove a script
|
||||
```
|
||||
$ ./pathify.sh -f <script name>
|
||||
```
|
||||
|
||||
NOTE: The `script name` can only be the name of a folder in the repository root
|
Reference in New Issue
Block a user