From cd0869586452a5f0918158c16d1616140579e618 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 16 Dec 2010 19:05:52 +0100 Subject: Remove viod --- bin/viod | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 bin/viod (limited to 'bin') diff --git a/bin/viod b/bin/viod deleted file mode 100755 index 8bb4c21..0000000 --- a/bin/viod +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -editor=vi - -if [ $# -eq 0 ] -then - echo "usage: `basename $0` file" - exit 1 -fi - -file=$1 - -timestamp=`stat -c %y "$file" | cut -d. -f1 | cut -d" " -f1 | awk -F- '{print $1 $2 $3}'``stat -c %y "$file" | cut -d. -f1 | cut -d" " -f2 | awk -F: '{print $1 $2 "." $3}'` - -"$editor" "$file" - -touch -t $timestamp "$file" -- cgit v1.2.3