5 lines
78 B
Text
5 lines
78 B
Text
|
#!/bin/bash
|
||
|
DIR=$(dirname "$(realpath "$BASH_SOURCE")")
|
||
|
$DIR/build -t deploy
|
||
|
|