mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
die eagerly
This commit is contained in:
parent
e3a98023d3
commit
c15f4808dc
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/.vscode
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#/usr/bin/env bash
|
#/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
APP="$1"
|
APP="$1"
|
||||||
|
|
||||||
echo "Checking out $APP"
|
echo "Checking out $APP"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue