emerg: clear commits due to fwd server leak
This commit is contained in:
commit
66fa3474b2
12 changed files with 1081 additions and 0 deletions
7
build_n_run.cmd
Normal file
7
build_n_run.cmd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@rem i fucking hate this hacky buildscript, its disgusting
|
||||
@rem due to the fact that client.exe runs as SYSTEM, this must be run from an admin commandprompt.
|
||||
del C:\Users\xory\Documents\Code\skylink\target\debug\client.exe
|
||||
cargo b --bin client
|
||||
psexec -s cmd /u /c C:\Users\xory\Documents\Code\skylink\target\debug\client.exe
|
||||
takeown /f C:\Users\xory\Documents\Code\skylink\target\debug\client.exe
|
||||
icacls C:\Users\xory\Documents\Code\skylink\target\debug\client.exe /grant xory:D
|
||||
Loading…
Add table
Add a link
Reference in a new issue