Skip to content

Commit 58a59b3

Browse files
author
Bryce Kerley
committed
seq alias for systems without it (mac)
(cherry picked from commit 7a55a4a)
1 parent cf3160c commit 58a59b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

05_seq

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if [[ ! ( -x `which seq` ) && ( -x `which gseq` ) ]]; then
2+
alias seq=`which gseq`
3+
fi

0 commit comments

Comments
 (0)