55648e8155
fully operational caddy death star
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
DIR=$(dirname "$(realpath "$BASH_SOURCE")")
|
|
$DIR/build -t deploy
|
|
|