diff options
author | mattifestation <mattgraeber@gmail.com> | 2013-11-13 21:01:02 -0500 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2013-11-13 21:01:02 -0500 |
commit | 237d362acff8ef134f0ccc9150e6b6ab8a25e768 (patch) | |
tree | 142523134c383c348e691acebcbfc512c419edf6 /Persistence/Persistence.psm1 | |
parent | 306a84fe81ef6a1d252eec4e0a9422480c6c52df (diff) | |
download | PowerSploit-237d362acff8ef134f0ccc9150e6b6ab8a25e768.tar.gz PowerSploit-237d362acff8ef134f0ccc9150e6b6ab8a25e768.zip |
Normalized all scripts to ASCII encoding
Diffstat (limited to 'Persistence/Persistence.psm1')
-rw-r--r-- | Persistence/Persistence.psm1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Persistence/Persistence.psm1 b/Persistence/Persistence.psm1 index 4478ee1..04f36be 100644 --- a/Persistence/Persistence.psm1 +++ b/Persistence/Persistence.psm1 @@ -1,3 +1,3 @@ -. (Join-Path $PSScriptRoot New-ElevatedPersistenceOptions.ps1) +. (Join-Path $PSScriptRoot New-ElevatedPersistenceOptions.ps1) . (Join-Path $PSScriptRoot New-UserPersistenceOptions.ps1) -. (Join-Path $PSScriptRoot Add-Persistence.ps1)
\ No newline at end of file +. (Join-Path $PSScriptRoot Add-Persistence.ps1) |