mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:16:39 +00:00
5 lines
124 B
Bash
5 lines
124 B
Bash
#!/bin/bash
|
|
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
|
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
|
fi
|
|
exec "$@"
|