forked from github/server
4 lines
114 B
Bash
Executable file
4 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
git submodule update --init
|
|
s/cmake-init
|
|
echo "configuration complete. run s/build to build the server"
|