6 lines
150 B
Bash
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
|