Skip to content

Commit 687311a

Browse files
committed
Added Windows emulation compatibility
1 parent a547893 commit 687311a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

utest.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
3+
bash utest.sh %*

utest.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VERSION="1.2.0"
99
# Usage: type test.sh --help to get some info
1010
#
1111
#
12-
# @Piotr Styczy�ski 2017
12+
# @Piotr Styczyński 2017
1313
#
1414

1515

@@ -144,6 +144,7 @@ function print_help {
144144
}
145145

146146

147+
147148
function prepare_input {
148149
if [[ -f $param_dir ]]; then
149150
folder_loc=${param_dir%%.*}
@@ -159,6 +160,7 @@ function prepare_input {
159160
fi
160161
}
161162

163+
162164
function verify_args {
163165
printf "${B_BOLD}--- utest.sh VERSION ${VERSION}v ---${E_BOLD}\n\n"
164166

0 commit comments

Comments
 (0)