Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SPSP
Transfer Tool
Commits
82ea15d1
Commit
82ea15d1
authored
Jan 14, 2020
by
Dillenn Terumalai
Browse files
Fixed empty lines
parent
a9c80d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
spsp
View file @
82ea15d1
...
...
@@ -238,8 +238,6 @@ if [ $# -gt 0 ]; then
exit
55
fi
for
DIRECTORY
in
*
;
do
if
[
-d
"
$DIRECTORY
"
]
&&
[
$DIRECTORY
!=
$OUTBOX
]
&&
[
$DIRECTORY
!=
$SENT
]
&&
[
$DIRECTORY
!=
$LOGS
]
;
then
if
ls
$DIRECTORY
/
*
.fastq
*
1> /dev/null 2>&1
&&
[
-f
$DIRECTORY
/
*
.xlsx
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment