Skip to content

Instantly share code, notes, and snippets.

@kotet
Created April 8, 2020 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kotet/1feac0256ce773584479845b976223ff to your computer and use it in GitHub Desktop.
Save kotet/1feac0256ce773584479845b976223ff to your computer and use it in GitHub Desktop.
端末上で Folding@home のスロットの細かい情報を見るやつ
fahslots() {
local FAH_SID=`curl -s http://localhost:7396/js/main.js | head -n1 | awk -F\' '{print $2}'`
watch -t curl -s "http://localhost:7396/api/slots?sid=$FAH_SID"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment