Skip to content

Commit e823fb3

Browse files
authored
Update iseq
1 parent eaba6de commit e823fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/iseq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Author: BioOmics (https://github.com/BioOmics)
3-
# Last modified: 2025-03-14
3+
# Last modified: 2025-04-02
44
# =======================================
55
function CheckSoftware(){
66
local software1=$1
@@ -98,7 +98,7 @@ while [[ $# -gt 0 ]]; do
9898
-a|--aspera) aspera=1 ; shift 1 ;;
9999
-o|--output) checkParameter $1 $2; if [[ $? -eq 0 ]]; then output=$2;shift 2; fi ;;
100100
-h|--help) usage; exit 0 ;;
101-
-v|--version) echo "Version 1.7.0"; exit 0 ;;
101+
-v|--version) echo "Version 1.8.0"; exit 0 ;;
102102
*) echo -e "\033[1;31mError\033[0m: Invalid option: $1"; echo -e "\033[1;32mHow to solve?\033[0m Please remove $1 option"; exit 1 ;;
103103
esac
104104
done

0 commit comments

Comments
 (0)