Mathieu Strypsteen
5bc3ad1409
All checks were successful
ShellCheck / shellcheck (push) Successful in 34s
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/sh
|
|
set -e
|
|
cp -R sandbox/* /
|
|
sh setup-server.sh
|