Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BlitzKraft/useless

Collection useless-machine-like scripts
https://github.com/BlitzKraft/useless

fun humor

Last synced: about 2 months ago
JSON representation

Collection useless-machine-like scripts

Awesome Lists containing this project

README

        

# A collection of self-killing scripts in various languages

This is inspired by this [reddit
post](https://www.reddit.com/r/ProgrammerHumor/comments/6c2ely/useless_machine/)
describing a useless machine implementation in python.

## What is a useless machine?

A [useless machine](https://en.wikipedia.org/wiki/Useless_machine) is one that
solely turns itself off, after turning on.

## Contributing

* Submit a pull request!
* Killing a process should not be indiscriminate! It should exclusively kill
itself and no other process.
* Whereever possible/applicable, use SIGTERM (15).
* Code should be readable, and NOT obfuscated.
* I will test it and merge the pull request!