-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
25 lines (19 loc) · 1.16 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This script prepends 42 headers to given files. Files don't have to be empty, but may be. If a file doesn't exist, it is created.
Usage: 42-header path [...]
``who'' and ``domain'' variables can be set to suit user's needs.
License: MIT.
Example result:
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* example.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ghelman <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/05 22:31:19 by ghelman #+# #+# */
/* Updated: 2024/07/05 22:31:35 by ghelman ### ########.fr */
/* */
/* ************************************************************************** */
int main(void)
{
}