We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3160c commit 58a59b3Copy full SHA for 58a59b3
05_seq
@@ -0,0 +1,3 @@
1
+if [[ ! ( -x `which seq` ) && ( -x `which gseq` ) ]]; then
2
+ alias seq=`which gseq`
3
+fi
0 commit comments