Files
linux-workspace/bin/xcat
2022-10-02 14:28:10 +02:00

7 lines
58 B
Bash
Executable File

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