Skip to content

Commit

Permalink
Add a helpful shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 17, 2022
1 parent 2ad92e3 commit 5f78884
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lessons/shell/nbgitpuller-link.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#! /usr/bin/env bash
# Make links through the nbgitpuller-link CLI.

HUB=https://lab.openearthscape.org
REPO=https://github.com/csdms/ivy
BRANCH=main
FILE=lessons/pymt/index.ipynb

nbgitpuller-link --version

nbgitpuller-link \
--jupyterhub-url=$HUB \
--repository-url=$REPO \
--branch=$BRANCH \
--launch-path="$FILE" \
--interface="lab"

0 comments on commit 5f78884

Please sign in to comment.