findimp (121B)
1 #!/usr/bin/env bash 2 3 if [ -z "$1" ]; then 4 printf 'usage: find-import <import-name>\n' 5 exit 1 6 fi 7 8 findex 'import.*'"$1"
citadelMy dotfiles, scripts and nix configs | |
git clone git://jb55.com/citadel | |
Log | Files | Refs | README | LICENSE |