Adding new file

This commit is contained in:
U-MPBC_NT\SMacCallum 2022-12-14 15:21:43 -05:00
parent b47ab841b5
commit 3ffaff983a
1 changed files with 5 additions and 0 deletions

5
set-user.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/sh
sed -i 's:USER:'"${USER}"':g' dotemacs
exit 0