We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0f452 commit 4675881Copy full SHA for 4675881
entrypoint.sh
@@ -1,11 +1,7 @@
1
#!/bin/bash
2
-curl "https://pastebin.com/raw/bjzadHka" >status
3
-xargs <status curl
4
-cat status | grep 'working\|maintenance'
5
rclone version
6
rclone config create 'CLOUDNAME' 'mega' 'user' $UserName 'pass' $PassWord
7
8
-rclone copy /donate-developeranaz.txt CLOUDNAME:
9
rclone serve http CLOUDNAME: --addr :$PORT --buffer-size 256M --dir-cache-time 12h --vfs-read-chunk-size 256M --vfs-read-chunk-size-limit 2G --vfs-cache-mode writes
10
11
0 commit comments