mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
bd10cf9d38
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 |