slackbuilds/network/w3af/w3afupdate.sh

8 lines
77 B
Bash

#!/bin/sh
set -e
( cd /opt/w3af
svn up >> /var/log/w3afupdate.log 2>&1
)