Skip to content

Commit

Permalink
feat: delete too
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Dec 6, 2023
1 parent 8b442fc commit f25327b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ function upload_all() {
cd galaxy && python3 upload_all.py
}

function delete_all() {
cd galaxy && python3 delete_all.py && soft_restart
}

function scrape_func_names() {
functions=($(grep -oE 'function[[:space:]]+[a-zA-Z_][a-zA-Z_0-9]*' ./run.sh | sed 's/function[[:space:]]*//'))
}
Expand Down

0 comments on commit f25327b

Please sign in to comment.