diff options
author | fpi | 2020-08-23 13:04:27 +0200 |
---|---|---|
committer | fpi | 2020-08-23 13:05:07 +0200 |
commit | aaefc71b6e7a58fcd13e0db1e1f01cf6b2a7f55a (patch) | |
tree | a87a6cfbc70ab86a4f1dc1ec5137f337c62be674 | |
parent | Add table of contents to readme (diff) |
Create directory to save hashes if it does not exist
-rw-r--r-- | README.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ first. If they do not match keep the file for tangling. #+NAME: checkhashes #+begin_src shell HASHDIR="hash" +mkdir -p $HASHDIR tanglefiles="" <<gethash>> |