Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Jan 30, 2024
1 parent 011a3e2 commit 85c4c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/start_sandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Programming\perl.lnk" -Destinati
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Programming\php.lnk" -DestinationPath "${POWERSHELL_EXE}" -WorkingDirectory "${HOME}\Desktop"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Programming\Python.lnk" -DestinationPath "${VENV}\default\Scripts\python.exe"
new-item -ItemType Directory "${HOME}\Desktop\dfirws\Programming\dotNET"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Programming\dotNET\dotnetfile_dump.py.lnk" -DestinationPath "${POWERSHELL_EXE}" -WorkingDirectory "${HOME}\Desktop" -Arguments "-NoExit -command dotnetfile_dump.py -h"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Programming\dotNET\dotnetfile_dump.py.lnk" -DestinationPath "${POWERSHELL_EXE}" -WorkingDirectory "${HOME}\Desktop" -Arguments "-NoExit -command dotnetfile_dump.py -h"
New-Item -ItemType Directory "${HOME}\Desktop\dfirws\Programming\Delphi"
Add-Shortcut -SourceLnk "${HOME}\Desktop\dfirws\Programming\Delphi\idr.lnk" -DestinationPath "${env:ProgramFiles}\idr\bin\Idr.exe"
New-Item -ItemType Directory "${HOME}\Desktop\dfirws\Programming\Go"
Expand Down

0 comments on commit 85c4c68

Please sign in to comment.