shoGambler/build.sh

10 lines
190 B
Bash
Raw Normal View History

2024-10-20 17:12:11 +01:00
#!/bin/sh
go build -ldflags "-s -w"
cd plugins-src/diceroll || exit
./build.sh
mv diceroll.so ../../plugins/diceroll.so
cd ../bet || exit
./build.sh
mv bet.so ../../plugins/bet.so
echo Done