X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Ffirevim;fp=usr_bin%2Ffirevim;h=0000000000000000000000000000000000000000;hb=c08b156abb0b2b1b1335cb1ada0c08758553238b;hp=714d4003f232b9f594261f18232fd89d4816f67d;hpb=b0c3e5ff760f99d6ff7721852bc1a0d73c5ea201;p=grml-scripts.git diff --git a/usr_bin/firevim b/usr_bin/firevim deleted file mode 100755 index 714d400..0000000 --- a/usr_bin/firevim +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Filename: firevim -# Purpose: small wrapper to open any file from firefox with vim -# Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -################################################################################ - -xterm -e "vim $*" - -## END OF FILE #################################################################