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