8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#! /bin/bash
|
|
cd /sf/bernina/config/src/bernina-scripts
|
|
source /sf/bernina/bin/anaconda_env
|
|
jupyter lab
|
|
|
|
|
|
|