2 lines
79 B
Plaintext
2 lines
79 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
echo $(head -c4 </dev/urandom|xxd -p -u) >"$1/etc/hostname"
|