Advertisement
_d3f4ult

compile.sh

May 9th, 2016
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/sh
  2. gcc -o hello hello.c -Wall -std=gnu99 `pkg-config fuse --cflags --libs`
  3. gcc -o doubleput doubleput.c -Wall
  4. gcc -o suidhelper suidhelper.c -Wall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement