mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-13 10:20:49 +00:00
14 lines
No EOL
259 B
Bash
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 |