Remove scripts
This commit is contained in:
parent
b9d8af4a47
commit
bb43ed8144
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
. scripts/common.sh
|
|
||||||
|
|
||||||
$SCULPIN generate --clean --no-interaction $@
|
|
|
@ -1,10 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
realpath() {
|
|
||||||
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
|
|
||||||
}
|
|
||||||
|
|
||||||
SCRIPTPATH=$(realpath "$0")
|
|
||||||
SCRIPTDIR=$(dirname $SCRIPTPATH)
|
|
||||||
|
|
||||||
SCULPIN="$SCRIPTDIR/../vendor/bin/sculpin"
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
. scripts/common.sh
|
|
||||||
|
|
||||||
$SCULPIN generate --server --watch --clean --no-interaction $@
|
|
Loading…
Reference in a new issue