1 2 3 4
#!/bin/bash echo -e "\x90" > nop # Could also use a sled of pushes but that changes the stack so less elegant.