zyppe / Microsoft.PowerShell_profile.ps1
0 j'aimes
0 forks
1 fichiers
Dernière activité 5 months ago
| 1 | function Start-V2ray { |
| 2 | & "D:\v2ray\v2ray.exe" run -c "D:\v2ray\config.json" |
| 3 | } |
| 4 | Set-Alias v2 Start-V2ray |
| 5 | |
| 6 | function Start-Hy { |
| 7 | param ( |
| 8 | [Parameter(ValueFromRemainingArguments = $true)] |
| 9 | [string[]]$Args |
| 10 | ) |
Plus récent
Plus ancien