diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:51:06 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:51:06 +0530 |
commit | 3d1ead045a6e53cc4625750b57d61f38f7cdad90 (patch) | |
tree | 75c7ce08962ade4f536fd35f59dc6e3d20ff4bc6 /bin/highlight |
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 "$@" |