$ git clone git://repo.or.cz/tomato.git
$ cd tomato
$ git checkout tomato-shibby-RT-AC
$ sudo ln -s full/path/to/tomato/tools/brcm /opt
$ export PATH=${PATH}:/opt/brcm/hndtools-mipsel-linux/bin:/opt/brcm/hndtools-mipsel-uclibc/bin:/mnt/a/projects/tomato/release/tools
$ git describe --tags
ShibbyRT-N_095-624-ga45b4d6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Deluge post-process button | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Adds a 'post-process' button that queues the currently selected torrent for post-processing. | |
// @author You | |
// @match https://example.com/ | |
// @grant none | |
// ==/UserScript== |