bb9d889d15
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
abspath=$(command -v "$1")
|
|
pacman -Qoq "$abspath"
|