diff options
Diffstat (limited to 'fb.c.in')
-rw-r--r-- | fb.c.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +/* + * Description: This is intended as a helper script for fb only. + * + * Synopsis: ./fb-upload <pastebin URL> <file> + * + * Author: Florian "Bluewind" Pritz <flo@xssn.at> + * + * Licensed under GPLv3 + * (see COPYING for full license text) + */ + #include <stdio.h> #include <sys/time.h> #include <sys/stat.h> |