diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-05 17:58:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-05 21:48:23 +0200 |
commit | 953088d2c8a5273200f61bb52f21a89b07a297b0 (patch) | |
tree | 22a9b87fd92a8083713af0385927533a5a91781a /winbuild | |
parent | 6ecb63e493fd64855961758ca1b448d03f59a16b (diff) | |
download | curl-953088d2c8a5273200f61bb52f21a89b07a297b0.tar.gz |
winbuild/rundebug.cmd: remove
Seems to have been added by mistake? Not included in dists.
Closes #5919
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/rundebug.cmd | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/winbuild/rundebug.cmd b/winbuild/rundebug.cmd deleted file mode 100644 index 085dbf3f8..000000000 --- a/winbuild/rundebug.cmd +++ /dev/null @@ -1,24 +0,0 @@ -@echo off -rem *************************************************************************** -rem * _ _ ____ _ -rem * Project ___| | | | _ \| | -rem * / __| | | | |_) | | -rem * | (__| |_| | _ <| |___ -rem * \___|\___/|_| \_\_____| -rem * -rem * Copyright (C) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. -rem * -rem * This software is licensed as described in the file COPYING, which -rem * you should have received as part of this distribution. The terms -rem * are also available at https://curl.haxx.se/docs/copyright.html. -rem * -rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell -rem * copies of the Software, and permit persons to whom the Software is -rem * furnished to do so, under the terms of the COPYING file. -rem * -rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -rem * KIND, either express or implied. -rem * -rem *************************************************************************** - -start cmd /k ..\builds\libcurl-vc-x86-debug-static-ipv6-sspi-winssl\bin\curl.exe https://wttr.in/seattle
\ No newline at end of file |