2 righe
62 B
Bash
File eseguibile
2 righe
62 B
Bash
File eseguibile
#!/bin/bash
|
|
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}
|