sudo cp -f ./xSoft.sh /usr/local/bin/
2. Then run the following command to create a alias 'x735off' command
for X735 V3.0 V2.5 V2.1 V2.0
echo 'alias x735off="sudo /usr/local/bin/xSoft.sh '''0''' 20"' >> ~/.bashrc
for X735 1.0
echo 'alias x735off="sudo /usr/local/bin/xSoft.sh '''0''' 18"' >> ~/.bashrc
3. Run the following command to make the alias '''x735off''' effective
source ~/.bashrc