mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 15:38:43 +03:00
7 lines
215 B
Bash
7 lines
215 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo "Start makerbase-client"
|
||
|
|
time=$(date "+%Y%m%d%H%M%S")
|
||
|
|
# /root/makerbase-client/build/MakerbaseClient localhost > /root/mksclient/test-$time.log
|
||
|
|
/root/udp_server &
|
||
|
|
/root/xindi/build/xindi localhost
|