mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-03-09 13:58:32 -04:00
6 lines
104 B
Bash
6 lines
104 B
Bash
#!/bin/bash
|
|
# start ambed server
|
|
|
|
sudo rmmod ftdi_sio
|
|
sudo rmmod usbserial
|
|
sudo /ambed/ambed 127.0.0.1 & |