This commit is contained in:
drewdaemon 2025-03-19 11:32:32 -06:00
parent 5ff9d07d75
commit 680ad0f27d

View file

@ -10,8 +10,10 @@ synchronize_lexer_grammar () {
# Copy the files
cp "$source_file" "$destination_file"
echo "Refreshing destination directory..."
rm -rf "$destination_lib_dir"
mkdir -p "$destination_lib_dir"
echo "Copying source files..."
cp -r "$source_lib_dir/" "$destination_lib_dir"
echo "Source files:"