Files
omarchycn/test/shell.d/fixtures/privileged-heredoc/annotated-special-parameter-before-home.sh
T
2026-08-30 11:54:31 -04:00

6 lines
180 B
Bash

# omarchy:heredoc-expands paths=none -- the positional argument is a scalar
sudo tee /etc/omarchy/example.conf <<EOF
argument=$1
command=$HOME/.local/share/omarchy/bin/example
EOF