mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
exec ../bootstrap/javascript.sh build.ts "$@"
|