#!/bin/sh

# Firefox-Plugin "It's all text!" (Run vim in gnome-terminal)
gnome-terminal --command="vim $@"

