bin/privim@fb5519032710 (annotated)
bin/privim
Fri, 20 Aug 2021 02:30:00 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 20 Aug 2021 02:30:00 -0400
- changeset 940
- fb5519032710
- parent 413
-
4a2c2c1541d9
- child 1051
-
5c69bfa6dc3c
- permissions
- -rwxr-xr-x
Whoops, fix args
412
|
1
|
#!/bin/sh
|
413
|
2
|
exec vim -c 'set noswapfile noundofile nobackup viminfo=' $*
|