7 lines
58 B
Bash
Executable File
7 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
file="$1"
|
|
shift
|
|
bat $(type -p "$file") "$@"
|
|
|