mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
18 lines
207 B
Bash
Executable File
18 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION=$(cat ../VERSION)
|
|
|
|
cd rpm
|
|
./build.sh $VERSION
|
|
cd ..
|
|
|
|
cd debian
|
|
./build.sh $VERSION
|
|
cd ..
|
|
|
|
cd openwrt
|
|
./build.sh $VERSION
|
|
|
|
cd ..
|
|
find . -regextype posix-egrep -regex ".*\.(opk|deb|rpm)$"
|