Skip to content

Instantly share code, notes, and snippets.

View mifka01's full-sized avatar

Radim Mifka mifka01

View GitHub Profile
@mifka01
mifka01 / sync.sh
Last active March 5, 2025 10:18
FTP deploy generate sync file
#!/bin/bash
include_root=false
output_file="output.json"
show_help() {
echo "Usage: $0 <root-folder> [-r] [-o output-file]"
echo ""
echo "Arguments:"
echo " <root-folder> The root folder (required)"