Recent Releases of extra-bel.sh
extra-bel.sh - Produce BEL sound in Linux Terminal
Produce BEL sound in Linux Terminal.
🐚 Bash,
📜 Files.
Stability: Experimental.
```bash
Install
$ npm install -g extra-bel.sh ```
```bash
$ ebel [
[] -> optional argument
<> -> argument value
```
```bash
Produce one BEL
$ ebel
Produce 4 BELs
$ ebel 4
Produce 4 BELs after copy is over
$ cp src.zip dst.zip && ebel 4 ```
- JavaScript
Published by wolfram77 over 3 years ago
extra-bel.sh - Produce BEL sound in Linux Terminal.
Produce BEL sound in Linux Terminal.
- Download bash script.
- Set execute permission on the
bash script, and copy to~/scripts.- Add
~/scriptstoPATHenvironment variable.
```bash
$ ebel [
[] -> optional argument
<> -> argument value
```
```bash
produce one BEL
$ ebel
produce 4 BELs
$ ebel 4
produce 4 BELs after copy is over
$ cp src.zip dst.zip && ebel 4 ```
- JavaScript
Published by wolfram77 over 7 years ago

