Remove scripts

This commit is contained in:
Oliver Davies 2019-04-09 20:10:29 +01:00
parent b9d8af4a47
commit bb43ed8144
3 changed files with 0 additions and 20 deletions

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
. scripts/common.sh
$SCULPIN generate --clean --no-interaction $@

View file

@ -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"

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
. scripts/common.sh
$SCULPIN generate --server --watch --clean --no-interaction $@