Skip to content

Commit a63f64c

Browse files
committed
Add README
1 parent 0e10a53 commit a63f64c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# `findup`
2+
3+
```text
4+
Usage: findup FILE
5+
6+
Finds a directory containing FILE. Starts at the current working directory, and
7+
searches "up" through each parent directory.
8+
9+
When a directory is found, it is printed to stdout.
10+
11+
If no directory containing FILE is found, nothing is printed, and the
12+
program exits with an exit code of 1.
13+
14+
By: J.R. Hill <hiljusti@pm.me>
15+
```
16+

0 commit comments

Comments
 (0)