Sign in
qemu
/
QemuMacDrivers
/
b4e986c9a63d381dc9b0e35410567560f789b86e
/
.
/
cleanup.sh
blob: 490025241a7ee5f26d7e13ad62fcc14c41bc13d0 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Cleanup cruft left by MacOS
find
.
-
name
"@eaDir"
-
print0
|
xargs
-
0
rm
-
rf
find
.
-
type d
-
print0
|
xargs
-
0
chmod o
-
w
find
.
-
type f
-
print0
|
xargs
-
0
chmod a
-
x
chmod
+
x cleanup
.
sh