games-fps/eduke32 20260807
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Get all installed zip files
|
||||
zips=$(ls /usr/share/games/eduke32/*.zip)
|
||||
|
||||
# Create opts for voidsw
|
||||
for zip in ${zips[@]}; do
|
||||
opts+="-g ${zip} "
|
||||
done
|
||||
|
||||
# Switch to /tmp, for writing there the log file and run voidsw with set opts
|
||||
cd /tmp && voidsw ${opts}
|
||||
Reference in New Issue
Block a user