Skip to content

timurci/42utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

42utils

putheader.sh

This script will add 42header in each file located under the given directory, excluding all .git subdirectories.

Usage

$ bash putheader.sh ~/Documents  # Adds 42header in each file under ~/Documents directory
$ bash putheader.sh . cpp        # Adds 42header in each file with ".cpp" suffix under the current working directory
$ bash putheader.sh . ! txt      # Adds 42header in each file except ".txt" suffix under the current working directory

Requirements

About

Utility files for general purpose at School42

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages