mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-24 22:44:30 +00:00
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd src
|
|
cp firefox_manifest.json manifest.json
|
|
web-ext build
|
|
cd ..
|