absurdism

This commit is contained in:
Connor Olding 2022-10-14 21:13:12 -07:00
parent 8da9cbd0fc
commit fed2d76c02

8
absurdism Executable file
View 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 \
--security-opt label=disable --user podman quay.io/podman/stable \
/stargazing/build-all \
;