This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
cyh
/
acg_exp3
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c9d086a021
Rami (Branch)
Tag
master
acg_exp3
/
build_run.sh
build_run.sh
71 B
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j
cd ..
build/flying