Remove left-over files
authorJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 18:36:09 +0000 (19:36 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 18:36:09 +0000 (19:36 +0100)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
os/windows/fio.sh [deleted file]
os/windows/fio/Cygwin.bat [deleted file]

diff --git a/os/windows/fio.sh b/os/windows/fio.sh
deleted file mode 100755 (executable)
index 7245ca9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh\r
-/usr/sbin/cygserver > /dev/null &\r
-/bin/real_fio $@\r
-/usr/sbin/cygserver -S > /dev/null
\ No newline at end of file
diff --git a/os/windows/fio/Cygwin.bat b/os/windows/fio/Cygwin.bat
deleted file mode 100755 (executable)
index a2b17f9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off\r
-\r
-C:\r
-IF EXIST     "%PROGRAMFILES(X86)%" chdir "%PROGRAMFILES(X86)%\fio\bin"\r
-IF NOT EXIST "%PROGRAMFILES(X86)%" chdir "%PROGRAMFILES%\fio\bin"\r
-\r
-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"\r
-bash --login -i
\ No newline at end of file