mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-26 19:16:41 +00:00
Using this shell script:
#!/bin/sh
mkdir -p exe
for f in $(findpe); do
if [ -e exe/${f##*/}.exe ]; then
cp $f exe/${f##*/}-$(rand64).exe
else
cp $f exe/${f##*/}.exe
fi
done
rm -f /mnt/videos/microsoft.zip
zip -rj6 /mnt/videos/microsoft.zip exe
echo /mnt/videos/microsoft.zip
Helps file reports with Microsoft about incorrect AV detections.
See #1003
|
||
|---|---|---|
| .. | ||
| args | ||
| build | ||
| cosmocc | ||
| curl | ||
| decode | ||
| emacs | ||
| hello | ||
| lambda | ||
| net | ||
| plinko | ||
| scripts | ||
| viz | ||
| BUILD.mk | ||