sort into folders

This commit is contained in:
anon
2024-03-10 16:02:52 +01:00
parent b0f6752c44
commit fa1d1f5cfd
123 changed files with 0 additions and 0 deletions

4
Misc./example.m4 Normal file
View File

@ -0,0 +1,4 @@
define(macro, my_text)dnl
define(macro2, `my_text is $1')dnl
macro
macro2(lovely)