Update soundtest
[grml-scripts.git] / usr_bin / firevim
1 #!/bin/sh
2 # Filename:      firevim
3 # Purpose:       small wrapper to open any file from firefox with vim
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Die Mai 03 17:05:35 CEST 2005 [mika]
8 ################################################################################
9
10 xterm -e "vim $*"
11
12 ## END OF FILE #################################################################