From 3d1ead045a6e53cc4625750b57d61f38f7cdad90 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Thu, 21 Nov 2024 13:51:06 +0530 Subject: Initial commit --- bin/highlight | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/highlight (limited to 'bin/highlight') 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 "$@" -- cgit v1.2.3