index
:
slackcoder/slackbuilds.org/slackbuilds
master
Slackbuild scripts
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
network
/
w3af
/
w3afupdate.sh
blob: 5f2aaf9f78b8cff8cdf34b54310781b069e557b9 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh set -e ( cd /opt/w3af svn up >> /var/log/w3afupdate.log 2>&1 )