meta: remove absurdism (integrated into my local script)
This commit is contained in:
parent
9c800550d0
commit
9e316d777b
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
: \
|
||||
&& [ -s build-all ] \
|
||||
&& { [ -d out ] || mkdir out || exit ;} \
|
||||
&& podman run -v="$(readlink -f .)":/stargazing -e="TERM=$TERM" -it --rm \
|
||||
--privileged --user root quay.io/podman/stable /stargazing/build-all \
|
||||
|| { e=$?; echo absurdism died; exit $e ;} \
|
||||
;
|
Loading…
Reference in a new issue