aboutsummaryrefslogtreecommitdiff
path: root/netsurf-wrapper-file
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xnetsurf-wrapper-file9
1 files changed, 0 insertions, 9 deletions
diff --git a/netsurf-wrapper-file b/netsurf-wrapper-file
deleted file mode 100755
index 1fc9ea0..0000000
--- a/netsurf-wrapper-file
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2
3# When using netsurf to open a local file, if the file does not have a proper
4# extension it is not interpreted as html. This wrapper script fixes this.
5# Requires: netsurf
6
7cp "$1" "$1.html"
8netsurf "$1.html"
9rm "$1.html"

Generated with cgit - Back to sebastiano.tronto.net