https://github.com/virtualagc/virtualagc
Raw File
Tip revision: a8d66c8ae3c4d967053e2bfb4298e90182cbeff2 authored by Ron Burkey on 06 March 2024, 12:40:55 UTC
Minor tweaks associated with supporting Skylark 48.
Tip revision: a8d66c8
led-panel
#!/bin/bash
# Just echoes the command line to stderr.
DATE="`date +%s.%N`"
>&2 echo $DATE: led-panel $@
sleep 0.25
back to top