From 68ced838cd3d8fb5bcfafa6be64740fd4186142a Mon Sep 17 00:00:00 2001 From: volker1 <73304952+REALERvolker1@users.noreply.github.com> Date: Wed, 29 Mar 2023 05:31:27 -0400 Subject: [PATCH] Add `rusherhack` support (#228) --- programs/rusherhack.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/rusherhack.json diff --git a/programs/rusherhack.json b/programs/rusherhack.json new file mode 100644 index 0000000..a2717f7 --- /dev/null +++ b/programs/rusherhack.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.rusherhack", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/RusherDevelopment/rusherhack-issues/issues/1422\n" + } + ], + "name": "rusherhack" +} -- 2.47.3