Revision 3577d0b1de1ac147c1710524517c563b2bfe231c authored by Ronald Burkey on 30 May 2021, 19:14:00 UTC, committed by GitHub on 30 May 2021, 19:14:00 UTC
Issue 1143: Fix various symbol name and other minor typos
2 parent s bc21d6b + 8d274f6
Raw File
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