Add Joplin, old Mac, and Fedora WiFi runbooks; simplify JA3 Whisky scripts and hotspot recovery.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
scripts/games/gog/reset-ja3-whisky.sh
Executable file
10
scripts/games/gog/reset-ja3-whisky.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# Остановить JA3/Wine в Whisky GOG-Install.
|
||||
set -euo pipefail
|
||||
GOG_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
# shellcheck source=gog-process.sh
|
||||
source "${GOG_DIR}/gog-process.sh"
|
||||
|
||||
gog_kill_whisky_bottle
|
||||
sleep 2
|
||||
pgrep -fl "${BOTTLE_DIR}.*JA3" 2>/dev/null | head -5 || echo "OK: JA3/Wine в ${BOTTLE_NAME} остановлены"
|
||||
Reference in New Issue
Block a user