diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 01:06:10 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-14 01:06:10 +0200 |
commit | 73e06cad0097d19b9db509cd8d8ae6d8a95fca1b (patch) | |
tree | e884ee2d6d09366274d4b8d0e39715c63bf1ca64 /bin/ak-fs | |
parent | 468d96147c5345924e5136f0cfb5fd156dcb15f9 (diff) | |
download | arching-kaos-tools-73e06cad0097d19b9db509cd8d8ae6d8a95fca1b.tar.gz arching-kaos-tools-73e06cad0097d19b9db509cd8d8ae6d8a95fca1b.tar.bz2 arching-kaos-tools-73e06cad0097d19b9db509cd8d8ae6d8a95fca1b.zip |
function exposE: nothing spectacular
Diffstat (limited to 'bin/ak-fs')
-rwxr-xr-x | bin/ak-fs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |