#!/bin/sh cd /opt/wpscan bundler install #update echo -n 'Updating wpscan database...' /usr/bin/wpscan --update >/dev/null 2>&1 echo "done."