https://github.com/koenkk/timewaster
https://github.com/koenkk/timewaster
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koenkk/timewaster
- Owner: Koenkk
- License: mit
- Created: 2014-11-27T21:51:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T22:40:03.000Z (over 11 years ago)
- Last Synced: 2025-10-05T18:41:24.760Z (8 months ago)
- Language: Java
- Size: 164 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```