Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icesat2_batch
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Duncanson
icesat2_batch
Commits
bdb7a8c5
Commit
bdb7a8c5
authored
4 years ago
by
BeeBee8 Lucas
Browse files
Options
Downloads
Patches
Plain Diff
Correct path to script
parent
37157cb4
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_icesat_test.sh
+2
-1
2 additions, 1 deletion
run_icesat_test.sh
with
2 additions
and
1 deletion
run_icesat_test.sh
+
2
−
1
View file @
bdb7a8c5
...
...
@@ -2,4 +2,5 @@
mkdir
output
FILENAME
=
$(
ls
-d
input/
*
)
python ice2_dps_test.py
-i
$FILENAME
-o
output/
\ No newline at end of file
basedir
=
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
python
${
basedir
}
/ice2_dps_test.py
-i
$FILENAME
-o
output/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment