From fa96a5a1bfd6f866418fd5dbfd3b9712f6367f21 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 01:18:23 -0400 Subject: [PATCH] wrote a short script to help speed up the moving process once the os is fully installed --- auto_move.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 auto_move.sh diff --git a/auto_move.sh b/auto_move.sh new file mode 100644 index 0000000..968b8de --- /dev/null +++ b/auto_move.sh @@ -0,0 +1,6 @@ +DEVICE=$1 +USER=$2 + +7z x $1.zip -o./$2/ + +mv ./$2/* /home/$2/