Advertisement
Guest User

epic bytebeat build script

a guest
Apr 13th, 2020
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. gcc -m32 -fomit-frame-pointer -fno-stack-protector -s -Os main.c -o bytebeat -lm || read
  4.  
  5. ./bytebeat | aplay -r 44100 -c2 -fS16_BE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement