symbolic-link.sh
· 119 B · Bash
Raw
pwsh -command "New-Item -ItemType SymbolicLink -Path 'c:\this\is\a\symbolic\link' -Target 'c:\i\am\the\classic\folder'"
| 1 | pwsh -command "New-Item -ItemType SymbolicLink -Path 'c:\this\is\a\symbolic\link' -Target 'c:\i\am\the\classic\folder'" |