dpkg/app.sh

14 lines
140 B
Bash
Raw Normal View History

2023-02-03 09:07:14 +00:00
git clean -fd
git checkout .
2023-03-03 10:09:48 +00:00
./build.sh lsc $2
./build.sh zj $2
2023-02-03 09:07:14 +00:00
./build.sh hg $2
2023-03-03 10:09:48 +00:00
2023-02-03 09:07:14 +00:00
./build.sh hw $2
./build.sh cts $2
2023-03-03 10:09:48 +00:00
2023-02-03 09:07:14 +00:00