mirror of
https://github.com/nealey/spongy
synced 2025-01-06 03:50:37 -07:00
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#! /bin/sh
|
|
|
|
nl=$(date +log.%s)
|
|
cp log $nl
|
|
tail -n 40 $nl > log
|
|
|
|
echo "Don't forget to reload the clients"
|