stratux/image/spindle/helper

14 wiersze
184 B
Plaintext
Czysty Zwykły widok Historia

2015-08-07 17:37:02 +00:00
#!/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