mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 11:02:19 +08:00
090d3d2e41
move profiling old-commit-hash: 03d6233743dbf8913ca48b59dd54f111be2ab595
9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
#!/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
|