mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
10 lines
176 B
Bash
Executable File
10 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zip -FS -r data.zip \
|
|
minecraft/world \
|
|
terraria/worlds \
|
|
terraria/password.txt \
|
|
website/gitea \
|
|
website/letsencrypt \
|
|
website/sendgrid.key
|