2 lines
73 B
Bash
Executable File
2 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
echo "$(head -c4 </dev/urandom|xxd -p -u)" >"$1/etc/hostname" |