#include <unistd.h>
main()
{
	__asm__("
	xorl %eax, %eax
	pushl $0x0068732f
	pushl $0x6e69622f
	movl %esp, %ebx
	push %eax
	pushl %ebx
	movl %esp, %ecx
	xorl %edx, %edx
	mov $0x0b, %eax
	int $0x80
	");
}
