Remove webbrowser* - localbin - leot's localbin (~/bin)
(HTM) hg clone https://bitbucket.org/iamleot/localbin
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 608a27eaea28d3440fdd9de263819162fb7df85c
(DIR) parent 8e51146d5c079e7dc61c1ce90f5a642a545935fe
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 4 Jun 2019 13:10:26
Remove webbrowser*
Should be handled via link on ~/bin
Diffstat:
webbrowser | 11 -----------
webbrowser-mitmproxy | 7 -------
2 files changed, 0 insertions(+), 18 deletions(-)
---
diff -r 8e51146d5c07 -r 608a27eaea28 webbrowser
--- a/webbrowser Mon Jun 03 19:08:47 2019 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-vimb_cache_dir=${XDG_CACHE_HOME:-${HOME}/.cache}/vimb
-mkdir -p "${vimb_cache_dir}"
-vimb_tabbed_xid=${vimb_cache_dir}/tabbed.xid
-
-if [ ! -f "${vimb_tabbed_xid}" ]; then
- ( tabbed -c -n Vimb vimb "$@" -e > "${vimb_tabbed_xid}" ; rm "${vimb_tabbed_xid}" ) &
-else
- vimb "$@" -e $(cat "${vimb_tabbed_xid}")
-fi
diff -r 8e51146d5c07 -r 608a27eaea28 webbrowser-mitmproxy
--- a/webbrowser-mitmproxy Mon Jun 03 19:08:47 2019 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-export SSL_CERT_FILE="${HOME}/.mitmproxy/mitmproxy-ca-cert.pem"
-export http_proxy=http://localhost:8080
-export https_proxy=http://localhost:8080
-
-webbrowser "$@"