log fwrite.sh @ 3202:18817b23b4a9

age author description
Thu, 20 Jun 2013 18:30:53 +0000 HackBot <guestbot> gccrun int*f=fopen("fwrite.sh","w");fprintf(f,"#!/bin/bash\\necho $@>out");fclose(f);