File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -881,12 +881,12 @@ function sandstorm {
881881
882882function random {
883883 echo " selecting from: "
884- led_help | grep " \[" | cut -d " [" -f2 | cut -d " ]" -f1 | sed -n ' 1!p' | head -2 | sed ' s/|/ /g' | sed -e ' s/ random//'
884+ led_help | grep " \[" | cut -d " [" -f2 | cut -d " ]" -f1 | sed -n ' 1!p' | head -3 | sed ' s/|/ /g' | sed -e ' s/ random//'
885885 rando=" $( led_help | grep " \[" \
886886 | cut -d " [" -f2 \
887887 | cut -d " ]" -f1 \
888888 | sed -n ' 1!p' \
889- | head -2 \
889+ | head -3 \
890890 | sed ' s/|/\n/g' \
891891 | sed -e ' s/ random//' \
892892 | shuf -n 1) "
Original file line number Diff line number Diff line change 11{
22 "name" : " @treehouses/cli" ,
3- "version" : " 1.25.9 " ,
3+ "version" : " 1.25.10 " ,
44 "remote" : " 4000" ,
55 "description" : " Thin command-line interface for Raspberry Pi low level configuration." ,
66 "main" : " cli.sh" ,
You can’t perform that action at this time.
0 commit comments