An open API service indexing awesome lists of open source software.

https://github.com/bubblxs/headeuw

giving a header to your boring files.
https://github.com/bubblxs/headeuw

shell

Last synced: 24 days ago
JSON representation

giving a header to your boring files.

Awesome Lists containing this project

README

          

headeuw

> giving a header to your boring files.

### usage

``` bash
$ bash ./headeuw ./file_to_append.c
```

``` c
// ============================================================================
// file_to_append.c /\_/\
// author: bubblxs@666 ( o.o )
// updated at: 01/10/25 21:25:01 > ^ <
// ============================================================================

int main(void)
{
return 0;
}
```