1 2 3 4 5 6 7
#!/bin/bash if [ "$1" = "pipx" ]; then source $HOME/bin/setupPkgPipx.sh elif [ "$1" = "yay" ]; then source $HOME/bin/setupPkgYay.sh fi