# This script has been placed in the public domain.
FILE=$(ls single/bundle.*.css)
BUNDLE=${FILE#single}
grep -q '' single/index.html || { echo bundle $BUNDLE not found in index.html; exit 1; }
echo -n Removing link from index.html ...
sed 's___' -i single/index.html
echo done