mangayomi-mirror/epubx/tool/publish.sh
2025-05-04 23:45:46 +02:00

14 lines
No EOL
259 B
Bash

#!/usr/bin/env bash
mkdir -p .pub-cache
cat <<EOF > ~/.pub-cache/credentials.json
{
"accessToken":"$accessToken",
"refreshToken":"$refreshToken",
"tokenEndpoint":"$tokenEndpoint",
"scopes":["$scopes"],
"expiration":$expiration
}
EOF
pub publish -f