Files
i2p.firefox/unsigned.sh

8 lines
108 B
Bash

#!/bin/bash
./clean.sh
wsl make distclean
wsl make clean-extensions
wsl make extensions
./build.sh
wsl make