6 lines
154 B
Bash
Executable File
6 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# NOTE: this is the license in the EXIF data. Not easy to spot...
|
|
#
|
|
echo "cGljb0NURnt0aGVfbTN0YWRhdGFfMXNfbW9kaWZpZWR9" | base64 -d
|