2 lines
40 B
Bash
2 lines
40 B
Bash
#!/bin/sh
|
|
cat /proc/sys/kernel/hostname
|
#!/bin/sh
|
|
cat /proc/sys/kernel/hostname
|