6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
sed -i 's:USER:'"${USER}"':g' dotemacs
|
|
|
|
exit 0
|