mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
8 lines
77 B
Bash
8 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
( cd /opt/w3af
|
||
|
svn up >> /var/log/w3afupdate.log 2>&1
|
||
|
)
|