https://github.com/pethical/please
Please command
https://github.com/pethical/please
bash bash-script please
Last synced: 7 months ago
JSON representation
Please command
- Host: GitHub
- URL: https://github.com/pethical/please
- Owner: Pethical
- License: mit
- Created: 2020-06-16T15:18:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T15:38:57.000Z (about 6 years ago)
- Last Synced: 2025-01-13T14:53:46.497Z (over 1 year ago)
- Topics: bash, bash-script, please
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Pethical/Please)
[](https://lbesson.mit-license.org/)
[](https://github.com/Pethical/Please)
# Please
"Please" command for bash with unlimited possibilities.
## How to use
Just type the `please` command before your original command
## Usage samples:
Make project
```
./please make
```
Kill MC
```
./please pkill mc
```
Clone git repo
```
./please git clone https://github.com/Pethical/Please.git
```
Echo OK
```
./please echo OK
```