source: hybrid/branches/releng-9.0/nanobsd/files/usr/local/bin/mvim@ 10180

Last change on this file since 10180 was 10180, checked in by richardvm, 14 years ago

maradns conficts with dnsmasq. But I prefer the dhcp server

  • Property svn:executable set to *
File size: 188 bytes
Line 
1#!/bin/sh
2#
3# Wrapper to support file hacking on read-only file systems more easily
4#
5# Rick van der Zwet <info@rickvanderzwet.nl>
6
7
8mount -uwo noatime || exit
9vim $*
10mount -uro noatime /
Note: See TracBrowser for help on using the repository browser.