Skip to content

Instantly share code, notes, and snippets.

@HopperMCS
Last active December 19, 2015 03:15
Show Gist options
  • Save HopperMCS/9bcd84a8328eb5240519 to your computer and use it in GitHub Desktop.
Save HopperMCS/9bcd84a8328eb5240519 to your computer and use it in GitHub Desktop.
export $user="elijah"
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
int
main (int argc, char *argv[])
{
printf("The Christoffen Corporation Logo Generator\n");
printf("Written by MGage Morgan\n");
//Create folder "images"
printf("Adding an images folder...\n");
mkdir("/images", 0700);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment