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