1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-19 09:24:46 +00:00

refactor: Add license information to files (#3093)

This commit is contained in:
2025-08-12 01:55:49 -05:00
parent 071943afa5
commit 7f3839630f
125 changed files with 1095 additions and 1222 deletions

4
run.sh
View File

@@ -1,5 +1,9 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2024 Jonah Aragon <jonah@privacyguides.org>
#
# SPDX-License-Identifier: MIT
# Add --help output
if [ "$1" == "--help" ]; then
echo "Usage: ./run.sh [options]"