mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-23 01:53:52 +08:00
9 lines
184 B
Bash
9 lines
184 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
||
|
|
cd $DIR
|
||
|
|
|
||
|
|
OUT=trace_
|
||
|
|
sudo ./tracebox -o $OUT --txt -c configs/scheduling.cfg
|
||
|
|
sudo chown $USER:$USER $OUT
|