summaryrefslogtreecommitdiff
path: root/gi/pipeline/scripts/sort-by-key.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pipeline/scripts/sort-by-key.sh')
-rwxr-xr-xgi/pipeline/scripts/sort-by-key.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/gi/pipeline/scripts/sort-by-key.sh b/gi/pipeline/scripts/sort-by-key.sh
new file mode 100755
index 00000000..948dd4df
--- /dev/null
+++ b/gi/pipeline/scripts/sort-by-key.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export LANG=C
+sort -t $'\t' -k 1
+