1
0
src/wip/head.c
2023-11-18 15:10:00 -07:00

13 lines
316 B
C

#include <stdio.h>
#include <stdlib.h>
/* The philosophical bits - /should this be a shell script?/ -
* are more complicated than the actual program. sed(1) is not currently a part
* of this project so there shouldn't be reliance on it. */
int main(int argc, char *argv[]){
char *argv0 = argv[0];
size_t i;