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.
1 parent 67388d9 commit 30a2a35Copy full SHA for 30a2a35
scripts/update_cubeviz_test_env
@@ -20,9 +20,5 @@ output_file=`mktemp`
20
# https://stackoverlfow.com/questions/14411103/check-for-existence-of-wget-curl
21
wget -O - --no-check-certificate $download_location > $output_file || curl -o $output_file $download_location
22
23
-echo "-------------"
24
-cat $output_file
25
26
-
27
echo "Running the update script $output_file"
28
sh $output_file
0 commit comments