aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/aegisub
blob: 9ade37a99e5bcf9cc33477e53bc212b0ecb4f70b (plain)
1
2
#!/bin/sh -eu
HOME=$HOME/.config && $(which aegisub --all | grep --invert-match "local/bin" | head -n 1) "$@";