chore: Just syntax fix

This commit is contained in:
Kyle Gospodnetich 2024-05-08 10:26:51 -07:00
parent f3443e33b9
commit 9a9a4861b0

View File

@ -23,5 +23,5 @@ fix-proton-hang:
#!/usr/bin/bash
PROTONCORE=(pv-bwrap pressure-vessel reaper explorer.exe rpcss.exe plugplay.exe services.exe svchost.exe winedevice.exe winedevice.exe wineserver)
for PROG in "${PROTONCORE[@]}"; do
killall -9 "$PROG"
killall -9 "$PROG"
done