Skip to content

Instantly share code, notes, and snippets.

@dflima
Created November 5, 2012 22:38
Show Gist options
  • Save dflima/4020877 to your computer and use it in GitHub Desktop.
Save dflima/4020877 to your computer and use it in GitHub Desktop.
shell script
#!/bin/bash
gcc server.c -o server -lpthread
gcc client.c -o client -lpthread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment