0
0
Fork 0
hgicf/build_ahtool.sh

6 lines
99 B
Bash
Raw Normal View History

2023-10-12 23:37:43 +00:00
#! /bin/sh
rm -rf bin; mkdir bin
cd tools/ah_tool/;./build.sh;cd -
cp -fv tools/ah_tool/bin/* bin