Skip to content

Instantly share code, notes, and snippets.

@pastleo
Last active July 24, 2016 04:36
Show Gist options
  • Save pastleo/4972a5b98fdea2497edafba1e018303c to your computer and use it in GitHub Desktop.
Save pastleo/4972a5b98fdea2497edafba1e018303c to your computer and use it in GitHub Desktop.
讓你的主機板狂叫,對了這個需要 root 權限
#!/bin/bash
for i in {1..60}; do
echo -en "\a" > /dev/tty5
sleep 0.5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment