We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a547893 commit 687311aCopy full SHA for 687311a
utest.bat
@@ -0,0 +1,3 @@
1
+@echo off
2
+
3
+bash utest.sh %*
utest.sh
@@ -9,7 +9,7 @@ VERSION="1.2.0"
9
# Usage: type test.sh --help to get some info
10
#
11
12
-# @Piotr Styczy�ski 2017
+# @Piotr Styczyński 2017
13
14
15
@@ -144,6 +144,7 @@ function print_help {
144
}
145
146
147
148
function prepare_input {
149
if [[ -f $param_dir ]]; then
150
folder_loc=${param_dir%%.*}
@@ -159,6 +160,7 @@ function prepare_input {
159
160
fi
161
162
163
164
function verify_args {
165
printf "${B_BOLD}--- utest.sh VERSION ${VERSION}v ---${E_BOLD}\n\n"
166
0 commit comments