kopia lustrzana https://github.com/cyoung/stratux
14 wiersze
184 B
Plaintext
14 wiersze
184 B
Plaintext
|
|
#!/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
|