#!/bin/bash # # geodata.sh # # Usage: # # geodata GSE78711 # set -ue # The accesion number of GEO ACC=$1 URL="https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=$ACC&targ=self&view=brief&form=text" curl -sk $URL