mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-14 07:41:38 +01:00
Adjustments
This commit is contained in:
parent
c949e100bd
commit
ea67e1fdcd
@ -90,27 +90,27 @@ function Add-MainIndex
|
|||||||
#[Atbroker.exe](OSBinaries/Atbroker.md)
|
#[Atbroker.exe](OSBinaries/Atbroker.md)
|
||||||
|
|
||||||
if($Type -eq "OSBinaries") {
|
if($Type -eq "OSBinaries") {
|
||||||
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`)" | Add-Content $Outfile
|
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`) " | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
|
|
||||||
if($Type -eq "OSLibraries") {
|
if($Type -eq "OSLibraries") {
|
||||||
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`)" | Add-Content $Outfile
|
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`) " | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
|
|
||||||
if($Type -eq "OSScripts") {
|
if($Type -eq "OSScripts") {
|
||||||
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`)" | Add-Content $Outfile
|
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`) " | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
|
|
||||||
if($Type -eq "OtherBinaries") {
|
if($Type -eq "OtherBinaries") {
|
||||||
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`)" | Add-Content $Outfile
|
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`) " | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
|
|
||||||
if($Type -eq "OtherMSBinaries") {
|
if($Type -eq "OtherMSBinaries") {
|
||||||
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`)" | Add-Content $Outfile
|
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`) " | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
|
|
||||||
if($Type -eq "OtherScripts") {
|
if($Type -eq "OtherScripts") {
|
||||||
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`)" | Add-Content $Outfile
|
"`[$($YamlObject.Name)`]`($Type/$($YamlObject.Name).md`) " | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
#"" | Add-Content $Outfile
|
#"" | Add-Content $Outfile
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user