Adding file

This commit is contained in:
Scott C. MacCallum 2022-12-06 20:17:53 -05:00
parent 07b64e1150
commit c202480b38
1 changed files with 7 additions and 0 deletions

View File

@ -60,3 +60,10 @@
;; Rename the buffer to com
(rename-buffer "irc")
;; Run email.ksh to read email on the cluster at SDF
(ansi-term "/home/scm/sdf/email.ksh")
;; Rename the buffer to email
(rename-buffer "email")