diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-01 16:01:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-01 16:01:22 (GMT) |
commit | 7ae4e2120223bd952da1413d7715b62e11aa2f79 (patch) | |
tree | e9801b72b7f5a81b4573e7cbb1c42faa29746a6c /rhautoimport | |
parent | fe86cdb27096f53a249e9382010269cfe955591c (diff) |
added importer for Ergo
Diffstat (limited to 'rhautoimport')
-rwxr-xr-x | rhautoimport | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rhautoimport b/rhautoimport index ceeb563..269d44e 100755 --- a/rhautoimport +++ b/rhautoimport @@ -34,6 +34,9 @@ case "$1" in dn) TITLE="Democracy Now!" ;; + er) + TITLE="Ergo" + ;; nw) TITLE="netwatcher" ;; |