mirror of
https://github.com/ICKelin/gtun.git
synced 2025-09-26 19:11:15 +08:00
11 lines
218 B
Bash
Executable File
11 lines
218 B
Bash
Executable File
./build.sh
|
|
|
|
rm -r images
|
|
|
|
mkdir -p images/gtun
|
|
cp -r release/gtun/* images/gtun/
|
|
cp -r docker-build/gtun/* images/gtun/
|
|
|
|
mkdir -p images/gtund
|
|
cp -r release/gtund/* images/gtund
|
|
cp -r docker-build/gtund/* images/gtund/ |