summaryrefslogtreecommitdiff
path: root/etc/functions/cdl
blob: 49b4d7fd8202548e191d851e575b4edf02fb1ae5 (plain)
1
2
3
4
cdl () {
	cd "$1";
	ls;
}