emacs/install.sh

6 lines
44 B
Bash

#!/usr/bin/sh
cp dotemacs ~/.emacs
exit 0