Skip to content

Instantly share code, notes, and snippets.

@pankpan
Created December 23, 2021 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pankpan/3f21fb990370d3e18b3417d1f8ea0141 to your computer and use it in GitHub Desktop.
Save pankpan/3f21fb990370d3e18b3417d1f8ea0141 to your computer and use it in GitHub Desktop.
log-dispatch.sh
#!/bin/sh
while read -r LINE
do
echo `date`,$LINE >> /dev/shm/`date +%Y%m%d%H%M`.log
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment