6 lines
268 B
Bash
Executable File
6 lines
268 B
Bash
Executable File
#! /usr/bin/env sh
|
|
export GITHUB_USER=eyedeekay
|
|
export GITHUB_REPO=i2p.plugins.firefox
|
|
export GITHUB_NAME="wait up to 5 seconds for the headless firefox to die(sounds creepy when I say it like that)"
|
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md)
|
|
export GITHUB_TAG=0.0.35 |