source: trunk/debathena/debathena/command-not-found/debian/whichlocker @ 24000

Revision 24000, 188 bytes checked in by geofft, 15 years ago (diff)
Add the debathena-command-not-found package. Patch from Jessica Hamrick <jhamrick@mit.edu>.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3while read program locker; do
4    if [ "$program" = "$1" ]; then
5        echo "'$program' is in the '$locker' locker"
6    fi
7done < /usr/share/debathena-command-not-found/program-list
Note: See TracBrowser for help on using the repository browser.