summaryrefslogtreecommitdiffstats
path: root/.bin/nem
diff options
context:
space:
mode:
Diffstat (limited to '.bin/nem')
-rwxr-xr-x.bin/nem8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bin/nem b/.bin/nem
new file mode 100755
index 0000000..efff120
--- /dev/null
+++ b/.bin/nem
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+while true; do
+ date
+ sleep 1
+done &
+
+echo a
remember that computers suck.