emacs/set-user.sh

6 lines
62 B
Bash
Raw Normal View History

2022-12-14 20:21:43 +00:00
#!/usr/bin/sh
sed -i 's:USER:'"${USER}"':g' dotemacs
exit 0