6 lines
41 B
Bash
6 lines
41 B
Bash
#!/bin/ksh
|
|
|
|
cp dotemacs ~/.emacs
|
|
|
|
exit 0
|
#!/bin/ksh
|
|
|
|
cp dotemacs ~/.emacs
|
|
|
|
exit 0
|