This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cyh
/
acg_exp3
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
b8e0fb8e95
Ramas
Etiquetas
master
acg_exp3
/
build_run.sh
build_run.sh
71 B
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j
cd ..
build/flying