gnome-shell-pi-hole/export-zip

5 lines
162 B
Text
Raw Normal View History

#!/bin/bash
2021-06-26 16:43:29 +00:00
[ -d pi-hole@fnxweb.com ] && cd pi-hole@fnxweb.com
git archive --format=zip -o /tmp/pihole-extension.zip master
# .. from inside pi-hole@fnxweb.com