Skip to content

Commit

Permalink
+src/bin/d1
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 31, 2023
1 parent e7485a8 commit b18ac76
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flux/src/bin/d1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
test -z "$TARGETPATH" && export TARGETPATH=/opt/base
dest=/mnt
function down_catfile(){
url=$1
file=${url##*/}
#curl -# -L -f
test -f $dest/$file || curl -# -k -fSL $url > $dest/$file
cat $dest/$file
}

0 comments on commit b18ac76

Please sign in to comment.