Skip to content

Instantly share code, notes, and snippets.

@maplepy
maplepy / checkmoa.sh
Created December 6, 2022 11:55
Check for libft 42
#!/bin/bash
# Test all testers
#libft_folder="$HOME/42/tronc/libft"
libft_folder="."
# Check if folder exists
if [ -d "$libft_folder" ]; then
echo "directory \"$libft_folder\" exists, continuing"
else