Remove various scripts
[grml-scripts.git] / usr_bin / firevim
diff --git a/usr_bin/firevim b/usr_bin/firevim
deleted file mode 100755 (executable)
index 714d400..0000000
+++ /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 <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
-# License:       This file is licensed under the GPL v2.
-################################################################################
-
-xterm -e "vim $*"
-
-## END OF FILE #################################################################