summaryrefslogtreecommitdiffstats
path: root/Kübelwagen/playmobil
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 03:09:34 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 03:09:34 +0100
commit4db3c97ab8a76bd28dc737755c331e89a671d162 (patch)
tree613dca51529b400e5a875c1599f495f7ba058b3d /Kübelwagen/playmobil
parent0b81bca953ec7cdf373ff97b11ebd6fb847d733f (diff)
krebsuino -> god
Diffstat (limited to 'Kübelwagen/playmobil')
-rwxr-xr-xKübelwagen/playmobil12
1 files changed, 0 insertions, 12 deletions
diff --git a/Kübelwagen/playmobil b/Kübelwagen/playmobil
deleted file mode 100755
index 51ed70d6..00000000
--- a/Kübelwagen/playmobil
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-file=`mktemp`
-trap "rm -f $file" EXIT INT TERM
-
-gcc -xc -lm -o $file - <<EOF
-#include<math.h>
-main(t) {
- for (t=${2-0};;++t) putchar($1);
-}
-EOF
-
-$file | aplay