macOS tools moving to my git
This commit is contained in:
6
fixhostname
Executable file
6
fixhostname
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
hostname=`hostname`
|
||||
if [ "$hostname" == "Unknown.domain" ]
|
||||
then
|
||||
sudo hostname Go-Sharks.local
|
||||
fi
|
||||
Reference in New Issue
Block a user