1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-04-04 21:05:49 +02:00
pywb/build-wabac.sh
2025-03-27 14:58:09 -04: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