gemini (135B)
1 #!/usr/bin/env sh 2 if [[ "$1" =~ ^gemini: ]] || [[ "$1" =~ ^gopher: ]]; then 3 $GEMINICLIENT "$@" 4 else 5 $GEMINICLIENT "gemini://$1" 6 fi 7 8
citadelMy dotfiles, scripts and nix configs | |
git clone git://jb55.com/citadel | |
Log | Files | Refs | README | LICENSE |