deblan-report/helpers/hostname

6 lines
40 B
Plaintext
Raw Normal View History

2019-06-12 11:32:52 +02:00
#!/bin/sh
get_hostname() {
hostname
}