mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-04 13:33:15 +01:00
parent
0acf65edde
commit
01c2f9bb94
@ -12,4 +12,10 @@ EOF
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat "$1"
|
FILES=()
|
||||||
|
while [[ $# -gt 0 ]]; do
|
||||||
|
-*) : ;;
|
||||||
|
*) FILES+=("$1")
|
||||||
|
done
|
||||||
|
|
||||||
|
cat "${FILES[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user