Script: Add ARM (AmnesiaRemove).

main
Pierre-Antoine 2024-09-21 20:04:34 +02:00
parent 9a2be7c5f9
commit 4a340eb0ca
1 changed files with 6 additions and 0 deletions

6
scripts/ARM Executable file
View File

@ -0,0 +1,6 @@
#! /bin/sh
for file in $@
do
$HOME/.bin/arm -a -p $file
done