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