5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ -f /config/mam.cookies ] || exit 1
|
|
curl -c /config/mam.cookies -b /config/mam.cookies https://t.myanonamouse.net/json/dynamicSeedbox.php
|