river/plugins/build.sh
2020-10-29 11:46:56 +08:00

13 lines
166 B
Bash
Executable File

#!/bin/sh
echo "Hello World!"
# create judge dir
mkdir -p /river/runner
# add to path
export PATH=$PATH:/plugins/js
cd /plugins/js
npm install
echo "Hello World!"