Astroport.ONE/tools/template.sh

7 lines
62 B
Bash
Executable File

#!/bin/sh
set -eu
template_register() {
echo $(hostname)
}