You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh $(WEB_SERVE) "cd $(WEB_PATH)/software; sed -e 's%<\!-- mem version --><td>.*</td>%<\!-- mem version --><td>$(VERSION)</td>%' index.html > junk.html; mv junk.html index.html"
ssh $(WEB_SERVE) "cd $(WEB_PATH)/software; sed -e 's%<\!-- mem date --><td>.*</td>%<\!-- mem date --><td>$(DATE)</td>%' index.html > junk.html; mv junk.html index.html"