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