mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
7 lines
180 B
Bash
7 lines
180 B
Bash
#!/bin/sh
|
|
|
|
mkdir tmp/
|
|
git clone --no-checkout --depth 1 https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer tmp/
|
|
mv tmp/.git .
|
|
rm -Rf tmp
|
|
git reset --hard HEAD
|