#!/bin/bash VERSION="1.2.1" # This an example pianoX.sh script. # piano scripts are user defined and they run automatically at startup # depending on the position of the levers of the piano switch # mounted on the Nexus board. # For example, if you want to run a particular script when the # piano switch levers 1 and 4 are Up and 2 and 3 are down, name youor script # nexus23.sh. Nexus scripts must be in your home directory and must be # executable. You can make your script executable by running this command: # chmod +x