mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-09-09 10:17:48 -04:00
6 lines
99 B
Bash
6 lines
99 B
Bash
#!/bin/bash
|
|
# start ambed server
|
|
|
|
sudo rmmod ftdi_sio
|
|
sudo rmmod usbserial
|
|
sudo ./ambed 127.0.0.1 & |