mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
Merge pull request #41 from WebBreacher/osx
Removing the osx/bulk.md file since the remaining content is Linux/Unix ...
This commit is contained in:
commit
a6999b265b
@ -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
|
||||
|
||||
[Home](index.md)
|
||||
@ -31,7 +41,6 @@
|
||||
|
||||
[OSX]()
|
||||
|
||||
* [Google Doc Content](osx/bulk.md)
|
||||
* [Bash Commands](osx/bash.md)
|
||||
* [Files - Blind](osx/blind.md)
|
||||
* [Files - Finding](osx/find_files.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user