spongy/rotate

8 lines
106 B
Plaintext
Raw Normal View History

2014-08-05 15:53:03 -06:00
#! /bin/sh
nl=$(date +log.%s)
cp log $nl
tail -n 40 $nl > log
echo "Don't forget to reload the clients"