gnome-shell-pi-hole/export-zip

5 lines
163 B
Text
Raw Normal View History

#!/bin/bash
[ -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