5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
unset _SWM_WM
|
||
|
unset LD_PRELOAD
|
||
|
/usr/local/bin/vimb --no-maximize $@
|