emacs-scripts/install.ksh
2022-12-21 07:24:39 -05:00

6 lines
41 B
Bash
Executable File

#!/bin/ksh
cp dotemacs ~/.emacs
exit 0