Astroport.ONE/tools/template.sh

7 lines
62 B
Bash
Raw Normal View History

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