mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
5 lines
47 B
Bash
5 lines
47 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf clang
|
||
|
tar -xjf clang.tar.bz2
|