Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mafintosh/benny-hill

Play the Benny Hill theme while running another command
https://github.com/mafintosh/benny-hill

Last synced: about 2 months ago
JSON representation

Play the Benny Hill theme while running another command

Awesome Lists containing this project

README

        

# benny-hill

Play the Benny Hill theme while running another command

```
npm install -g benny-hill

benny-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