From: Jens Axboe Date: Mon, 10 Jan 2011 18:36:09 +0000 (+0100) Subject: Remove left-over files X-Git-Tag: fio-1.50-rc2~7^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8bad3c5b15c221cbd141a357d8ba81ca4cc45cac;p=fio.git Remove left-over files Signed-off-by: Jens Axboe --- diff --git a/os/windows/fio.sh b/os/windows/fio.sh deleted file mode 100755 index 7245ca90..00000000 --- a/os/windows/fio.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -/usr/sbin/cygserver > /dev/null & -/bin/real_fio $@ -/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 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