Verbosify cookie_daemon.py
[uzbl-mobile] / examples / data / uzbl / scripts / history.sh
index ccc6b40..d726f9c 100755 (executable)
@@ -1,5 +1,6 @@
-#!/bin/bash
+#!/bin/sh
 #TODO: strip 'http://' part
+
 file=${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/history
 [ -d `dirname $file` ] || exit 1
 echo "$8 $6 $7" >> $file