This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Calculates Beats per Minute and confidence. | |
# Trigger function on ctrl+c | |
trap ctrl_c_handler INT | |
function ctrl_c_handler() { | |
echo -e "\n -> $index beats in $(echo "scale=2; $delta_sum /1"| bc) seconds. " | |
exit 0 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tr, #main { | |
background-color: #a7a7a7 !important; | |
} | |
a.issue_number_link { | |
color: black !important; | |
} | |
.task_properties, | |
.task_properties a { | |
color: #555; | |
} |
NewerOlder