Skip to content

A simple tool to prepend school 42 headers to given files

Notifications You must be signed in to change notification settings

alurm/42-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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 <ghelman@student.42yerevan.am>     +#+  +:+       +#+        */
	/*                                                +#+#+#+#+#+   +#+           */
	/*   Created: 2024/07/05 22:31:19 by ghelman           #+#    #+#             */
	/*   Updated: 2024/07/05 22:31:35 by ghelman          ###   ########.fr       */
	/*                                                                            */
	/* ************************************************************************** */

	int	main(void)
	{
	}

About

A simple tool to prepend school 42 headers to given files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages