mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 23:28:36 +00:00
8 lines
180 B
Bash
8 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
|