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 7a62620 commit 7270997Copy full SHA for 7270997
download.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+[ -f libtoddog.so ] && rm libtoddog.so*
4
+curl -s https://api.github.com/repos/kikitux/oracle-toddog-function/releases/latest | grep "browser_download_url" | cut -d : -f 2,3 | tr -d \" | wget -i -
0 commit comments