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.
- Host: GitHub
- URL: https://github.com/bubblxs/headeuw
- Owner: bubblxs
- Created: 2025-01-11T00:18:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T17:11:46.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:59:02.516Z (over 1 year ago)
- Topics: shell
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
}
```