Files
omarchycn/test/shell.d/fixtures/privileged-heredoc/route-dash-delimiter.sh
T
2026-08-30 11:54:31 -04:00

6 lines
137 B
Bash

if true; then
cat <<-EOF | sudo tee /etc/omarchy/indented.conf >/dev/null
helper=$HOME/.local/share/omarchy/bin/omarchy-agent
EOF
fi