mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
da775d6f1e
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
77 B
Bash
7 lines
77 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
( cd /opt/w3af
|
|
svn up >> /var/log/w3afupdate.log 2>&1
|
|
)
|