mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-08-18 08:29:38 +02:00
@@ -12,4 +12,10 @@ EOF
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat "$1"
|
FILES=()
|
||||||
|
while [[ $# -gt 0 ]]; do
|
||||||
|
-*) : ;;
|
||||||
|
*) FILES+=("$1")
|
||||||
|
done
|
||||||
|
|
||||||
|
cat "${FILES[@]}"
|
||||||
|
Reference in New Issue
Block a user