From 73e06cad0097d19b9db509cd8d8ae6d8a95fca1b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Mar 2025 01:06:10 +0200 Subject: function exposE: nothing spectacular --- bin/ak-fs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ak-fs b/bin/ak-fs index 800a9bb..d04026f 100755 --- a/bin/ak-fs +++ b/bin/ak-fs @@ -53,6 +53,8 @@ then --list) _ak_fs_list; exit;; --cfm) _ak_fs_cat_from_map_hash $2; exit;; --gfm) _ak_fs_get_from_map_hash $2; exit;; + --rhd) _ak_fs_return_hash_dir $2; echo ;exit;; + --rhp) _ak_fs_return_hash_path $2; echo ; exit;; * ) _ak_usage;; esac else -- cgit v1.2.3