added HSM corruption tool
[tridge/junkcode.git] / slink.c
1 #include <stdio.h>
2 #include <fcntl.h>
3 #include <stdlib.h>
4
5 main()
6 {
7   open("/tmp/cca040331.o", O_WRONLY|O_CREAT|O_TRUNC, 0666);
8 }
9