1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#!/bin/sh tmp=$(mktemp) cat <<EOF | awk '!/^\s*#/' >"$tmp" darkreader:navbar keepassxc-browser:navbar vhack-libredirect:navbar # torproject-snowflake:navbar tridactyl-vim:menupanel ublock-origin:menupanel EOF # The cat execution should be unquoted; # shellcheck disable=SC2046 cargo run -- $(cat "$tmp") rm "$tmp"