mirror of
https://github.com/Relintai/broken_seals_site.git
synced 2024-11-11 21:15:01 +01:00
7 lines
66 B
Bash
Executable File
7 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd build
|
|
make -j4
|
|
cd ..
|
|
cp -u build/broken_seals site
|