diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_time2tsv')
| -rw-r--r-- | home/dot_local/share/bin/executable_time2tsv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_time2tsv b/home/dot_local/share/bin/executable_time2tsv index 4cc369d..8fe5ac4 100644 --- a/home/dot_local/share/bin/executable_time2tsv +++ b/home/dot_local/share/bin/executable_time2tsv @@ -1,4 +1,4 @@ -#!/bin/awk -f +#!/usr/bin/env awk -f # ignore empty or comment lines /^\s*#/ { next } |