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

6 lines
150 B
Bash

tmp=/tmp/omarchy-generated
cat >"$tmp" <<EOF
command=$HOME/.local/share/omarchy/bin/example
EOF
sudo install -m644 "${tmp}" /etc/omarchy/example.conf