mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +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
|
||
|
)
|