bash


Cache testing with curl and grep

Just wrote a quick shell script to test web server cache and background updating by displaying header output from curl. Don’t have time to write a description here, just having the script for reference. [sourcecode language=”bash”] #!/bin/bash # # 2016-05-06 20:22:35 # myrveln@gmail.com # # Test cache functionality # usage(){ […]