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