Skip to content

Commit

Permalink
Removed Proc
Browse files Browse the repository at this point in the history
  • Loading branch information
chapinb committed Oct 2, 2014
1 parent 2faf7c1 commit b683ceb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions foroboto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Version 20141002

#########################################
## Functions
#########################################
Expand Down Expand Up @@ -73,9 +75,10 @@ function lvl5 {
mkdir $CASENAME/fs-pull/tombstones
$_ADBPATH pull /tombstones/ $CASENAME/fs-pull/tombstones/ >> $CASENAME/fs-pull.log.txt 2>&1

echo [INFO] Acquiring Proc Directory
mkdir $CASENAME/fs-pull/proc
$_ADBPATH pull /proc/ $CASENAME/fs-pull/proc/ >> $CASENAME/fs-pull.log.txt 2>&1
#Add in later - too time consuming
#echo [INFO] Acquiring Proc Directory
#mkdir $CASENAME/fs-pull/proc
#$_ADBPATH pull /proc/ $CASENAME/fs-pull/proc/ >> $CASENAME/fs-pull.log.txt 2>&1


}
Expand Down

0 comments on commit b683ceb

Please sign in to comment.