diff --git a/README.md b/README.md index ae207ff..677a57f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # pedalboard-scripts -scripts to control [MODEP](https://blokas.io/modep/docs/) on a raspberry pi 4 with [pisound](https://blokas.io/pisound/) via [pbc](https://git.velvettear.de/velvettear/pbc.git) +scripts to control [MODEP](https://blokas.io/modep/docs/) on a raspberry pi 4 with [pisound](https://blokas.io/pisound/) via [pbc](https://git.velvettear.de/velvettear/pbc.git) \ No newline at end of file diff --git a/start-pedalboard.sh b/start-pedalboard.sh index 089f6f3..076ff83 100755 --- a/start-pedalboard.sh +++ b/start-pedalboard.sh @@ -47,4 +47,4 @@ printf " done!\n" flash_leds 100 -printf "${FONT_BOLD}>>> started pedalboard after "$SECONDS" seconds${FONT_NORMAL}\n" +printf "${FONT_BOLD}>>> started pedalboard after "$SECONDS" seconds${FONT_NORMAL}\n" \ No newline at end of file diff --git a/stop-pedalboard.sh b/stop-pedalboard.sh index 81a0d52..2414892 100755 --- a/stop-pedalboard.sh +++ b/stop-pedalboard.sh @@ -33,4 +33,4 @@ printf "> " && "/etc/velvettear/scripts/cpu-governor.sh" "powersave" flash_leds 100 -printf "${FONT_BOLD}>>> stopped pedalboard after "$SECONDS" seconds${FONT_NORMAL}\n" +printf "${FONT_BOLD}>>> stopped pedalboard after "$SECONDS" seconds${FONT_NORMAL}\n" \ No newline at end of file