mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
that inssane sh'ism compile if necessary and run this .c file.
Comes from http://stackoverflow.com/questions/12830/most-elegant-amusing-or-strange-code-one-liners/12907#12907
This commit is contained in:
parent
e5ea31e69e
commit
a4ae3a6f83
1 changed files with 2 additions and 0 deletions
2
star.c
2
star.c
|
@ -1,3 +1,5 @@
|
|||
//&>/dev/null;x="${0%.*}";[ ! "$x" -ot "$0" ]||(rm -f "$x";cc -lncurses -o "$x" "$0")&&"$x" $*;exit
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue