Skip to content

Commit

Permalink
add a download script for the new RTA delta f coeffs
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshen1987 committed Dec 9, 2024
1 parent 2a54eac commit 3f43679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iSS_tables/deltaf_tables/download_newRTA.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

wget --no-check-certificate 'https://www.dropbox.com/scl/fi/guie8afr2uc1jdmppjsrk/newRTA.tar.gz?rlkey=z8urab09pv50ty58tqs3dip7g&dl=0' -O newRTA.tar.gz
tar -zxvf newRTA.tar.gz
rm newRTA.tar.gz

0 comments on commit 3f43679

Please sign in to comment.