https://github.com/xabia598/custom-linux-cmd-maker
A bash script that turns your bash scripts to terminal commands
https://github.com/xabia598/custom-linux-cmd-maker
Last synced: 2 months ago
JSON representation
A bash script that turns your bash scripts to terminal commands
- Host: GitHub
- URL: https://github.com/xabia598/custom-linux-cmd-maker
- Owner: Xabia598
- Created: 2023-12-27T13:06:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T18:14:28.000Z (over 1 year ago)
- Last Synced: 2025-01-20T10:09:26.466Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Linux CMD Maker
This is a script that turns your bash scripts into terminal commands without losing the original script.# How do you use it?
Just execute the maker.sh script and fill out the fields.
## !!MPORTANT!!
1. The filename has to be **exactly** introduced.
For example: ```shell.sh```, ```test.sh``` or ```my_shell_script.sh```.
2. The command name will rename the script and copy it on **/bin** directory.
3. Note that if you change the original shell script, it will not change the one on **/bin**.
4. I've left a log.txt file so you don't forget the commands you've made (if you remove a command it will persist on log.txt) :D
5. The script will require **sudo** or **root** for execution.
6. Check if you have **readlink** installed.