[+] Copy script

This commit is contained in:
Hykilpikonna
2022-05-27 23:16:32 -04:00
parent 1440a33cbe
commit 965870390c
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Mount point
MNT="/Volumes/EFITest"
dot_clean .
rsync --progress -r -u ./EFI/* "${MNT}/EFI"
# cp -r -u ./EFI/* "${MNT}/EFI"