stratux/image/spindle/helper

14 wiersze
184 B
Bash
Executable File

#!/bin/sh
# Part of spindle http://asbradbury.org/projects/spindle
#
# See LICENSE file for copyright and license details
set -e
. ./common
if [ $# -ne 0 ]; then
set -x
"$@"
fi