6 lines
53 B
Bash
6 lines
53 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
bash scripts/publish.sh
|