mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-04 14:07:31 +00:00
6 lines
No EOL
104 B
Bash
6 lines
No EOL
104 B
Bash
#!/bin/bash
|
|
# start ambed server
|
|
|
|
sudo rmmod ftdi_sio
|
|
sudo rmmod usbserial
|
|
sudo /ambed/ambed 127.0.0.1 & |