6 lines
51 B
Bash
6 lines
51 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Run
|
||
|
echo "Run Codex node"
|
||
|
exec "$@"
|