deblan-report/helpers/hostname

6 lines
40 B
Bash

#!/bin/sh
get_hostname() {
hostname
}