mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 05:16:41 +00:00
6 lines
136 B
Bash
6 lines
136 B
Bash
#!/bin/bash
|
|
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
|
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
|
fi
|
|
|
|
exec /bin/sh -c "$*"
|