Skip to content
Snippets Groups Projects
Commit 21a0b43b authored by Saad Chaaban's avatar Saad Chaaban
Browse files

Uploaded "computername" script

parent d0cabd37
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "Bitte Computername eingeben"
read name
scutil --set ComputerName $name
scutil --set LocalHostName $name
scutil --set HostName $name
echo "Der Computer heißt nun $name"
exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment