5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
shards build --production
|
||
|
scp ./bin/a2s_server kvm5:~/Sites/a2s/api/a2s_server
|