mirror of
https://github.com/nealey/spongy-client-chrome
synced 2025-01-05 19:40:55 -07:00
8 lines
106 B
Text
8 lines
106 B
Text
|
#! /bin/sh
|
||
|
|
||
|
nl=$(date +log.%s)
|
||
|
cp log $nl
|
||
|
tail -n 40 $nl > log
|
||
|
|
||
|
echo "Don't forget to reload the clients"
|