mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-08-04 14:22:26 -04:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
|
#!/bin/bash
|
||
|
# start ambed server
|
||
|
|
||
|
sudo rmmod ftdi_sio
|
||
|
sudo rmmod usbserial
|
||
|
sudo ./ambed 127.0.0.1 &
|