summaryrefslogtreecommitdiff
path: root/ff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-06-20 11:26:46 -0700
committerBen Sima <ben@bsima.me>2020-06-24 09:05:04 -0700
commitadc57b9b869cfe4eacddfa2fd8874fd0490cf8bb (patch)
tree8c23ad91a1944dc43791906db1a439412fa7404c /ff
parentf3636615bacf683610588021d8d2c5db7d728c11 (diff)
add ff script
Diffstat (limited to 'ff')
-rwxr-xr-xff2
1 files changed, 2 insertions, 0 deletions
diff --git a/ff b/ff
new file mode 100755
index 0000000..c236ef9
--- /dev/null
+++ b/ff
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+find . -iname "*$@*" -not -path "*.git*"