mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:28:43 +00:00
8 lines
180 B
Bash
Executable File
8 lines
180 B
Bash
Executable File
#!/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
|