wrote a short script to help speed up the moving process once the os is fully installed
This commit is contained in:
parent
f17099cee9
commit
fa96a5a1bf
6
auto_move.sh
Normal file
6
auto_move.sh
Normal file
@ -0,0 +1,6 @@
|
||||
DEVICE=$1
|
||||
USER=$2
|
||||
|
||||
7z x $1.zip -o./$2/
|
||||
|
||||
mv ./$2/* /home/$2/
|
Loading…
Reference in New Issue
Block a user