1 2 3 4 5 6 7 8 9
#!/bin/bash # Compact layer for firefox because for some files I cannot select to open with # a different application. if [[ $1 = '-f' ]]; then shift fi exec gvim-term "$@"