Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafintosh/benny-hill
Play the Benny Hill theme while running another command
https://github.com/mafintosh/benny-hill
Last synced: 14 days ago
JSON representation
Play the Benny Hill theme while running another command
- Host: GitHub
- URL: https://github.com/mafintosh/benny-hill
- Owner: mafintosh
- License: mit
- Created: 2016-09-22T07:44:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T01:30:59.000Z (about 6 years ago)
- Last Synced: 2024-04-24T12:25:15.912Z (7 months ago)
- Language: JavaScript
- Size: 4.04 MB
- Stars: 243
- Watchers: 3
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# benny-hill
Play the Benny Hill theme while running another command
```
npm install -g benny-hillbenny-hill # just play benny hill
benny-hill sleep 10 # play for 10 s
benny-hill make # when compiling
benny-hill npm install -g dat # installing node modules
```## Linux users
Make sure to install the following dependencies first if you are on linux
```
sudo apt-get install sox libsox-fmt-mp3
```Alternatively you can install mplayer and it'll just use that
## License
MIT