#!/bin/bash -e
cd
#gvim "$@" --remote-tab-silent `<wip grep -e '^[^#]'` &
${VI:-vi} -p "$@" `<wip grep -e '^[^#]'`
