citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
find-file (68B)
1
#!/usr/bin/env sh
2
NAME="$1"
3
shift
4
find . -name "$NAME" -type f "$@"