From 8bad3c5b15c221cbd141a357d8ba81ca4cc45cac Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 10 Jan 2011 19:36:09 +0100 Subject: [PATCH] Remove left-over files Signed-off-by: Jens Axboe --- os/windows/fio.sh | 4 ---- os/windows/fio/Cygwin.bat | 8 -------- 2 files changed, 12 deletions(-) delete mode 100755 os/windows/fio.sh delete mode 100755 os/windows/fio/Cygwin.bat 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 -- 2.25.1