commit | 4418ca541376ae8bc1c0a8aae2f29ab9a29a792c | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon Jun 14 17:36:00 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon Jun 14 17:36:00 2021 -0700 |
tree | d5a2d3b1a88eed3bbfa983860fc76ec37ec5ca09 | |
parent | ef829f3685b94fd92fc22998a66e88c882bac17e [diff] [blame] |
Add ext2 superblock, document file system
diff --git a/bin/jmk b/bin/jmk index 5730b5f..ffd3993 100755 --- a/bin/jmk +++ b/bin/jmk
@@ -2,7 +2,8 @@ # Jay MaKe -root="$(pwd)" +dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd) +root="$(dirname $dir)" jmkscript="$root/share/jmk/jmk.m4" for file in $(find -name Jmk); do