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