summaryrefslogtreecommitdiff
path: root/toru-where
blob: f732dc0823ba58c98612d6557a1ec1a966c62b80 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Locates a PKGBUILD dir on toru's path cache

source /etc/libretools.conf

PATHFILE=${TORUPATH}/paths.tch

exec tcamgr get ${PATHFILE} $1

exit $?