#!/bin/sh if [[ -f ~/.`hostname`.zsh ]] ; then eaf ~/.`hostname`.zsh else cat < ~/.`hostname`.zsh # -*- shell-script -*- # $(hostname) specific configuration echo "You are on $(hostname -s) EOF eaf ~/.`hostname`.zsh fi