DEBSOURCES
Skip Quicknav
sources / devscripts / 2.23.4%2Bdeb12u2 / test / bashisms / 808271.sh
123456789
#!/bin/sh if type which; then echo "use which" fi if ! type which; then echo "well, idk" fi