mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
83cb1dd047
done ... * lib/Makefile.am: ... here. Add wrappers for mc to avoid defining complex shell scripts in functions and aliases. * lib/mc-wrapper.csh.in: New file - template for the script that runs mc and changes directory in csh. * lib/mc-wrapper.sh.in: New file - template for the script that runs mc and changes directory in sh.
2 lines
45 B
Bash
2 lines
45 B
Bash
alias mc='. @suppbindir@/mc-wrapper.sh "$@"'
|