From 2ca73ab7f178f2610e3e04b161717aae0eb68f7f Mon Sep 17 00:00:00 2001 From: Francisco V Date: Fri, 20 May 2022 21:43:50 +0200 Subject: [PATCH] Add clusterssh (#54) * Add audacity * Update audacity.json * Add mp3split-gtk * Add gramps * Add MAME emulator * Add clusterssh --- programs/clusterssh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/clusterssh.json diff --git a/programs/clusterssh.json b/programs/clusterssh.json new file mode 100644 index 0000000..406722b --- /dev/null +++ b/programs/clusterssh.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.clusterssh", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/duncs/clusterssh/issues/135\n" + } + ], + "name": "clusterssh" +} -- 2.47.3