mirror of
https://git.zavage.net/Zavage-Software/search-with-chatgpt-powered-by-openai-extension-chrome.git
synced 2024-11-21 11:50:25 -07:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
zip -r chatgpt-search-extension-chrome.zip \
|
|
LICENSE.txt \
|
|
manifest.json \
|
|
icons/favicon.png
|
|
|