Skip to content

Instantly share code, notes, and snippets.

@pawlos
Created February 14, 2019 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawlos/6c6e65528d12e047854d4b558f452cab to your computer and use it in GitHub Desktop.
Save pawlos/6c6e65528d12e047854d4b558f452cab to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <unistd.h>
int main(void) {
execv("./b", NULL);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment