Skip to content

Commit

Permalink
add set -eo pipefail to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 19, 2024
1 parent 8c32ea3 commit 9b5cf4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/agat/agat_sp_add_introns/script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -eo pipefail

## VIASH START
## VIASH END

Expand Down

0 comments on commit 9b5cf4d

Please sign in to comment.