mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
8 lines
108 B
Bash
8 lines
108 B
Bash
#!/bin/bash
|
|
|
|
./clean.sh
|
|
wsl make distclean
|
|
wsl make clean-extensions
|
|
wsl make extensions
|
|
./build.sh
|
|
wsl make |