aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-fs
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-12-14 01:35:36 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-12-14 01:35:36 +0200
commit52f1a914b38384aa347ce39c8ce061090f056c3e (patch)
treed20259ee6c3a83274ee3f07b337485fb7b90e578 /bin/ak-fs
parent48ca4f56a0d4b891ca0546aacdd8d3e54eb2e1b1 (diff)
downloadarching-kaos-tools-52f1a914b38384aa347ce39c8ce061090f056c3e.tar.gz
arching-kaos-tools-52f1a914b38384aa347ce39c8ce061090f056c3e.tar.bz2
arching-kaos-tools-52f1a914b38384aa347ce39c8ce061090f056c3e.zip
AKFS with networking capabilities
Diffstat (limited to 'bin/ak-fs')
-rwxr-xr-xbin/ak-fs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ak-fs b/bin/ak-fs
index f173b6b..9ca4e6b 100755
--- a/bin/ak-fs
+++ b/bin/ak-fs
@@ -25,6 +25,10 @@ then
--add|--import) _ak_fs_import $2; exit;;
--get|--export) _ak_fs_export $2 $3; exit;;
--cat) _ak_fs_cat $2; exit;;
+ --net-cat) _ak_fs_net_cat $2; exit;;
+ --net-get) _ak_fs_net_get $2; exit;;
+ --net-cat-from-map) _ak_fs_net_cat_from_map_hash $2; exit;;
+ --net-get-from-map) _ak_fs_net_get_from_map_hash $2; exit;;
--list) _ak_fs_list; exit;;
* ) _ak_usage;;
esac