meta: add absurdism script for layered insanity
This commit is contained in:
parent
54f99c91d9
commit
d4ee9c0853
1 changed files with 8 additions and 0 deletions
8
absurdism
Executable file
8
absurdism
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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