mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# NOTE: We can use pipefail via bash on Cervantes
|
||
|
# c.f., #5844 & #5850
|
||
|
|
||
|
export WITH_PIPEFAIL="true"
|
||
|
exec /bin/bash ./spinning_zsync.sh "$@"
|