summaryrefslogtreecommitdiffstats
path: root/.bin/nem
blob: efff1201e4ad8ad570dc6484b91cf4026d59345a (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

while true; do
	date
	sleep 1
done &

echo a
remember that computers suck.