mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
96368f48f0
Add a setup.sh script for use with tooltool. DONTBUILD
5 lines
47 B
Bash
5 lines
47 B
Bash
#!/bin/sh
|
|
|
|
rm -rf clang
|
|
tar -xjf clang.tar.bz2
|