scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit bcab7b3fe7896daac5177ab1ec09b48312c1dc44
parent 78d370bf58ea1779fbc4ed4481e116db58306d99
Author: clamiax <smoppy@gmail.com>
Date:   Sat, 17 Oct 2015 16:51:55 +0200

Clean up.

Diffstat:
Mbrowse | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/browse b/browse @@ -3,9 +3,8 @@ TARGET="$1" [ -z "$TARGET" ] && TARGET=. -run=true -while "$run"; do +while true; do if [ ! -d "$TARGET" ]; then mimeopen "$TARGET" exit 0