cat/corner

This commit is contained in:
Marc Beninca 2024-04-30 13:44:12 +02:00
parent 3349f51a23
commit 179f234401
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -305,7 +305,7 @@ ${1}
cd_cat () { cd_cat () {
if [ -f "${1}" ] ; then if [ -f "${1}" ] ; then
echo "$(realpath "${1}")" echo "╭╴$(realpath "${1}")"
cat "${1}" || exit cat "${1}" || exit
fi fi
} }