HTTPSERVER: Fix 2

This commit is contained in:
2024-09-21 15:30:36 -04:00
parent ab284de163
commit 28cf0f1a93
22 changed files with 410 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
#
# This script is used to run your program on CodeCrafters
#
# This runs after .codecrafters/compile.sh
#
# Learn more: https://codecrafters.io/program-interface
set -e # Exit on failure
exec /tmp/codecrafters-build-sqlite-go "$@"