mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
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:
parent
cfdf5d6417
commit
76806e1a24
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user