1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-20 02:39:13 +01:00
pywb/build-wabac.sh
2025-03-12 13:29:03 -07:00

6 lines
146 B
Bash
Executable File

#!/bin/bash
WABAC_SW_URL=https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.21.4/dist/sw.js
wget "$WABAC_SW_URL" -O ./pywb/static/wabacWorker.js