Files
omarchycn/test/shell.d/fixtures/privileged-heredoc/safe-annotated-reordered-paths.sh
T

9 lines
224 B
Bash

storage="$HOME/storage"
shared="$HOME/shared"
# omarchy:heredoc-expands paths=shared,storage -- both sources are validated before use
cat >/etc/omarchy/mounts.conf <<EOF
storage=$storage:/storage
shared=$shared:/shared
EOF