diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-01-10 19:36:09 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-01-10 19:36:09 +0100 |
commit | 8bad3c5b15c221cbd141a357d8ba81ca4cc45cac (patch) | |
tree | 01c2a256137078fb42c7857b7d2ef2861a9a8445 /os/windows | |
parent | c2019d39d690acae7eae9d6a105d2db5a1d9c632 (diff) | |
download | fio-8bad3c5b15c221cbd141a357d8ba81ca4cc45cac.tar.gz fio-8bad3c5b15c221cbd141a357d8ba81ca4cc45cac.tar.bz2 |
Remove left-over files
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/windows')
-rwxr-xr-x | os/windows/fio.sh | 4 | ||||
-rwxr-xr-x | os/windows/fio/Cygwin.bat | 8 |
2 files changed, 0 insertions, 12 deletions
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 |