Files
i2p.firefox/unsigned.sh

15 lines
260 B
Bash
Raw Normal View History

#! /usr/bin/env bash
2022-07-15 23:34:43 -04:00
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)
cd "$SCRIPT_DIR" || exit 1
. "$SCRIPT_DIR/config.sh"
if [ -f config_overide.sh ]; then
. "$SCRIPT_DIR/config_override.sh"
fi
./clean.sh
wsl make distclean
./build.sh
wsl make