This commit is contained in:
Marc Beninca 2024-04-29 12:45:57 +02:00
parent f51e89ee79
commit 966f400652
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

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