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

https://github.com/koenkk/timewaster


https://github.com/koenkk/timewaster

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

TimeWaster
==========
Just for fun!

###### How to run on OS X
```
curl -o TimeWaster.class https://raw.githubusercontent.com/Koenkk/TimeWaster/master/TimeWaster.class
java TimeWaster
```

###### How to run on Linux
```
wget https://raw.githubusercontent.com/Koenkk/TimeWaster/master/TimeWaster.class
java TimeWaster
```