We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29c922a + 100485a commit 5c6160eCopy full SHA for 5c6160e
code/worker.sh
@@ -3,6 +3,8 @@
3
# set -euxov pipefail
4
set -e -v
5
6
+sudo apt-get -y install libfuse2
7
+
8
URL=$(cat $1 | head -n 1)
9
echo $URL
10
0 commit comments