Last change
on this file since 10484 was 10484, checked in by rick, 13 years ago |
New pen wrapper, result of scripting an script 3 years later.
Now using dynamic listings and way more clever sorting.
|
-
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 |
|
---|
8 | mount -uwo noatime || exit
|
---|
9 | vim $*
|
---|
10 | mount -uro noatime /
|
---|
Note:
See
TracBrowser
for help on using the repository browser.