MITMf/update.sh
2014-07-24 12:47:19 +02:00

8 lines
118 B
Bash
Executable File

#!/bin/bash
echo 'Updating MITMf'
git pull
echo 'Updating the-backdoor-factory'
cd bdfactory/
git pull origin master