Skip to content

Instantly share code, notes, and snippets.

@adriasir123
Created November 13, 2022 10:12
Show Gist options
  • Save adriasir123/d5f66f5ff99bb9feb69bbd9108a08d9a to your computer and use it in GitHub Desktop.
Save adriasir123/d5f66f5ff99bb9feb69bbd9108a08d9a to your computer and use it in GitHub Desktop.
Compile kernel specifying threads, getting the duration of the execution, and making the speaker notify you with a beep at the end (not the motherboard speaker)
time make -j 12 bindeb-pkg && ( speaker-test -t sine -f 500 )& pid=$! ; sleep 1s ; kill -9 $pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment