mirror of https://github.com/nealey/spongy
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
nl=$(date +log.%s)
|
||
|
cp log $nl
|
||
|
tail -n 40 $nl > log
|
||
|
|
||
|
echo "Don't forget to reload the clients"
|