emacs-scripts/install.ksh
2022-12-11 14:23:53 -05:00

6 lines
41 B
Bash

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