# **************************************************************************** #
#                                                                              #
#                                                         :::      ::::::::    #
#    ex02_s1_find_sh                                    :+:      :+:    :+:    #
#                                                     +:+ +:+         +:+      #
#    By: sgehrman <sgehrman@student.42berlin.d      +#+  +:+       +#+         #
#                                                 +#+#+#+#+#+   +#+            #
#    Created: 2026/02/08 23:53:50 by sgehrman          #+#    #+#              #
#    Updated: 2026/02/10 14:56:44 by sgehrman         ###   ########.fr        #
#                                                                              #
# **************************************************************************** #
find . -type f -name "*.sh" -exec basename -s .sh {} \;

