6 lines
86 B
Batchfile
6 lines
86 B
Batchfile
|
@echo off
|
||
|
|
||
|
chdir bin
|
||
|
bash --login -i -c /home/run_msfconsole || bash --login -i
|
||
|
|