mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
9 lines
86 B
Bash
Executable File
9 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
pwd
|
|
echo
|
|
ls
|
|
echo
|
|
rm tools/pcommand
|
|
rm -rf .venv
|
|
make env
|
|
make cmake-server |