feat: useable

This commit is contained in:
Samuel N Cui
2022-12-12 22:48:28 +08:00
parent af8c37b18e
commit f87ec06af6
134 changed files with 18715 additions and 1343 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e;
CURDIR=$(cd $(dirname $0); pwd);
cd ${CURDIR};
docker run --rm -v $(pwd):/app golang:1.19 sh -c "cd /app && bash build.sh"