Files
remove-youtube-suggestions/make_firefox.sh
T
Lawrence Hook 07e6b1f7ff update
2024-05-09 00:51:55 -04:00

7 lines
79 B
Bash

#!/bin/bash
cd src
cp firefox_manifest.json manifest.json
web-ext build
cd ..