8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
# start sshd
|
|
/usr/sbin/sshd -D -f /home/ecs-user/.ssh/sshd_config &
|
|
|
|
# run solver
|
|
/competition/solver /rundir |