#!/bin/sh -Ceux set -Ceux cd /root/files/embedded || exit 1 ssh= case "$@" in *ssh*) ssh=1 ;; esac ./distcopy-local.sh "$@" ./make-upgrade-image.sh if [ "$ssh" ] then ssh npinc upgrade fi