index
:
termux
master
Scripts and configuration files I use in termux.
Vikas Kushwaha
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
highlight
blob: 34e772b3c033197539b8db30e64ba166d9edd024 (
plain
)
1
2
3
4
#!/bin/sh
shift
$((
$#
-
1
))
bat
--style
=
plain
--color
=
always
"
$@
"