feat: wow, gradle, media.autoplay.blocking_policy
This commit is contained in:
parent
1b7fb83f9b
commit
9c621760cf
9 changed files with 87 additions and 73 deletions
9
.local/bin/gradle
Executable file
9
.local/bin/gradle
Executable 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue