diff options
Diffstat (limited to 'bin/highlight')
-rwxr-xr-x | bin/highlight | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/highlight b/bin/highlight new file mode 100755 index 0000000..34e772b --- /dev/null +++ b/bin/highlight @@ -0,0 +1,4 @@ +#!/bin/sh + +shift $(( $# - 1 )) +bat --style=plain --color=always "$@" |