Add a shell script to archive up the fastlib

unstable
HD Moore 2011-11-23 23:05:02 -06:00
parent f714591b92
commit 0ffe916e41
1 changed files with 6 additions and 0 deletions

6
tools/pack_fastlib.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
mkdir fastlib-archived
./lib/fastlib.rb store modules.fastlib 12345603 modules/ modules/*
./lib/fastlib.rb store lib/metasploit.fastlib 12345603 lib lib/msf/ lib/rex*
mv lib/msf lib/rex* modules/ fastlib-archived