distribution/packages/sysutils/mc/wrapper/mcedit

5 lines
74 B
Text
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/sh
HISTFILE="/run/mc_histfile"
export HISTFILE
exec mc-bin -e "$@"