feat: wow, gradle, media.autoplay.blocking_policy

This commit is contained in:
ange 2024-07-05 12:26:13 +02:00
parent 1b7fb83f9b
commit 9c621760cf
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
9 changed files with 87 additions and 73 deletions

9
.local/bin/gradle Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash -e
if ! [ -f /tmp/gradle ]; then
podman run -d --rm --name gradle -v "$HOME:$HOME" -w "$PWD" \
docker.io/gradle:8 sleep infinity
touch /tmp/gradle
fi
podman exec -it gradle gradle "$@"