From 4a340eb0cac3662d041d68a5be47ab20de964632 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Sat, 21 Sep 2024 20:04:34 +0200 Subject: [PATCH] Script: Add ARM (AmnesiaRemove). --- scripts/ARM | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/ARM diff --git a/scripts/ARM b/scripts/ARM new file mode 100755 index 0000000..8ac1bcf --- /dev/null +++ b/scripts/ARM @@ -0,0 +1,6 @@ +#! /bin/sh + +for file in $@ +do + $HOME/.bin/arm -a -p $file +done