mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
make
|
|
mkdir -p output/conf
|
|
cp src/predixy output/predixy
|
|
cp conf/* output/conf |