Skip to content

Commit

Permalink
Add set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno authored Sep 2, 2024
1 parent 69ad862 commit 0561c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gse2srr.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

GSE="$1"

if [ -z "$GSE" ]; then
Expand Down

0 comments on commit 0561c28

Please sign in to comment.