4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/bash
|
|
echo "Building and starting Necronda Server..."
|
|
make && ./out/necronda-server
|