diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_timerep')
| -rw-r--r-- | home/dot_local/share/bin/executable_timerep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_timerep b/home/dot_local/share/bin/executable_timerep index e09d6c1..be7d965 100644 --- a/home/dot_local/share/bin/executable_timerep +++ b/home/dot_local/share/bin/executable_timerep @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh TAB="$(printf '\t')" time2tsv "$@" | sort -t"$TAB" -k4 | awk -F"$TAB" ' { |