source:
trunk/debathena/debathena/command-not-found/debian/whichlocker
@
24000
Revision 24000, 188 bytes checked in by geofft, 15 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[24000] | 1 | #!/bin/sh |
2 | ||
3 | while read program locker; do | |
4 | if [ "$program" = "$1" ]; then | |
5 | echo "'$program' is in the '$locker' locker" | |
6 | fi | |
7 | done < /usr/share/debathena-command-not-found/program-list |
Note: See TracBrowser
for help on using the repository browser.