Add xcat script

This commit is contained in:
2022-10-02 14:26:44 +02:00
parent e34ba1bccf
commit d8217d083c

6
bin/xcat Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
file="$1"
shift
bat $(type -p "$file") "$@"