5 lines
74 B
Text
5 lines
74 B
Text
|
#!/bin/sh
|
||
|
HISTFILE="/run/mc_histfile"
|
||
|
export HISTFILE
|
||
|
exec mc-bin -e "$@"
|