3 lines
41 B
Bash
3 lines
41 B
Bash
#!/usr/bin/env zsh
|
|
|
|
realpath $(which $1)
|
#!/usr/bin/env zsh
|
|
|
|
realpath $(which $1)
|