4 lines
48 B
Bash
4 lines
48 B
Bash
#!/usr/bin/bash
|
|
|
|
printf("$(cat /etc/hostname)")
|
#!/usr/bin/bash
|
|
|
|
printf("$(cat /etc/hostname)")
|