4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
set -eu
|
|
exec /opt/agentrun/deploy/runtime/boot/agentrun-boot.sh src/mgr/main.ts
|