summaryrefslogtreecommitdiff
path: root/.config/uzbl/scripts/history.sh
diff options
context:
space:
mode:
authorben <ben@blackbox.(none)>2010-02-19 13:33:39 +0100
committerben <ben@blackbox.(none)>2010-02-19 13:33:39 +0100
commit7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72 (patch)
treee3630d2853c3ada35d5dfb5f8e6358859e704700 /.config/uzbl/scripts/history.sh
parenta35c6d11fe098005a3347895b9995df15c0164c5 (diff)
downloaddotfiles-7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72.tar.gz
dotfiles-7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72.tar.bz2
dotfiles-7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72.zip
.config/uzbl: delete the old foler for restart
Diffstat (limited to '.config/uzbl/scripts/history.sh')
-rwxr-xr-x.config/uzbl/scripts/history.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/uzbl/scripts/history.sh b/.config/uzbl/scripts/history.sh
deleted file mode 100755
index 7c83aa6..0000000
--- a/.config/uzbl/scripts/history.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-file=${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/history
-[ -d `dirname $file` ] || exit 1
-echo `date +'%Y-%m-%d %H:%M:%S'`" $6 $7" >> $file