2 linhas
62 B
Bash
Arquivo executável
2 linhas
62 B
Bash
Arquivo executável
#!/bin/bash
|
|
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}
|