# FILES=( # "01_user.sql" # "02_shortlinks.sql" # "03_action_tokens.sql" # ) # for file in ${FILES[@]}; do # psql -U postgres -d postgres -f $file # done