Removing the osx/bulk.md file since the remaining content is Linux/Unix and not specific OS X. Added collapse/expand script to navigation.md page.

This commit is contained in:
WebBreacher 2013-12-15 16:39:09 -05:00
parent cfdf5d6417
commit 76806e1a24

View File

@ -1,3 +1,13 @@
<!-- Code for collapse and expand -->
<script type="text/javascript">
$(document).ready(function() {
$('div.view').hide();
$('div.slide').click(function() {
$(this).next('div.view').slideToggle('fast');
return false;
});
});
</script>
# Pwn Wiki # Pwn Wiki
[Home](index.md) [Home](index.md)
@ -31,7 +41,6 @@
[OSX]() [OSX]()
* [Google Doc Content](osx/bulk.md)
* [Bash Commands](osx/bash.md) * [Bash Commands](osx/bash.md)
* [Files - Blind](osx/blind.md) * [Files - Blind](osx/blind.md)
* [Files - Finding](osx/find_files.md) * [Files - Finding](osx/find_files.md)