Skip to content

Commit 7270997

Browse files
committed
add download.sh tool
1 parent 7a62620 commit 7270997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

download.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)