diff options
Diffstat (limited to 'os/windows/fio/Cygwin.bat')
-rwxr-xr-x | os/windows/fio/Cygwin.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/windows/fio/Cygwin.bat b/os/windows/fio/Cygwin.bat deleted file mode 100755 index a2b17f9f..00000000 --- a/os/windows/fio/Cygwin.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off
-
-C:
-IF EXIST "%PROGRAMFILES(X86)%" chdir "%PROGRAMFILES(X86)%\fio\bin"
-IF NOT EXIST "%PROGRAMFILES(X86)%" chdir "%PROGRAMFILES%\fio\bin"
-
-bash -c "echo \"FIO is available as /bin/fio - type fio to run it.\" && echo \"Examples are in /usr/share/doc/fio/examples\" && echo \"Type \"cd\" to change directory and dir (or ls) to see directory contents.\" && echo \"To exit, close the window.\" && /usr/sbin/cygserver & 2> /dev/null"
-bash --login -i
\ No newline at end of file |