blob: 8a7aeb80ad34a2cf0802854233b5c96092460482 [file] [log] [blame]
#!/bin/bash
# This cgi script just sleeps for a while then returns an image. It's meant to
# simulate a server environment where some resources are dynamically generated
# by a process which is subject to delay (e.g. mysql, php).
sleep 10;
echo Content-type: application/javascript
echo
cat ../small_javascript.js