-
go to https://mwfoi.smartevals.com/instructor/MyEvalCenter.aspx
-
open network tools
-
refresh page
-
copy request to https://mwfoi.smartevals.com/instructor/MyEvalCenter.aspx as curl
-
paste in curl.sh
-
run
./update.sh "Spring 2022 CS 6290 A"
. this string comes from the following text on the page from step #1 (selected for emphasis):(also, you should consider running
update.sh
in a tmux session so that it keeps running (updating the counter) when your ssh session dies) -
configure your webserver to serve status.txt. for nginx i did
server { listen 443 ssl; listen [::]:443 ssl; server_name cios.ausb.in; location /favicon.ico { root /var/www/cios; try_files /favicon.ico /favicon.ico; } location / { root /var/www/cios; try_files /status.txt /status.txt; } }
the favicon is due to some guy named roi