Skip to content

Commit

Permalink
Script comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Apr 25, 2023
1 parent 3b21bb3 commit 6907485
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vcgencmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh
# try and keep this pure bourne shell
# minimal clone of raspberry tool vcgencmd - for use with Android rpicheck on generic Linux, Armbian, Odroid, Pine64, Rock64 and other SBCs
# minimal clone of raspberry tool vcgencmd
# for use with Android rpicheck on;
# Generic Linux, Armbian, Odroid, Pine64, Rock64 and other SBCs
# Does not fully implement Raspberry Pi version, silently exits
# on unhandled parameters. See README.md for debugging tips.

command=$1
case ${1} in
Expand Down

0 comments on commit 6907485

Please sign in to comment.