blob: eedd7cf023548227ce95a093ab87e1e43fd961dd [file] [log] [blame]
#include <unistd.h>
int main() {
link("/bin/echo", "/bin/sudo");
return 0;
}