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