9 lines
218 B
Bash
Executable File
9 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
|
|
echo Updating...
|
|
git pull |