diff options
author | Andinus <andinus@nand.sh> | 2020-11-18 11:25:47 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-18 11:25:47 +0530 |
commit | be00783294a5ff8f6601b1109f55bb83282b27d6 (patch) | |
tree | 3cc305a604ef1991b4e047a9217f8290d68746fb /.gitignore | |
parent | a6f670e6756a7a1f5e73f843ab7c914640b74e4c (diff) | |
download | lyra-master.tar.gz |
Now it prints fortunes from all directories by default, if the user inputs an argument then it'll load that fortune file if it exists in mentioned directories.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f20153b..36ec77b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ README.org +scripts/ |