From 5d21569ab67d41614f4a614ede3ed469c5e1d380 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Wed, 11 Oct 2023 19:40:52 +0200 Subject: [PATCH] Added helper scripts for win and macos for skipping the terminal. --- start_notebook_macos.sh | 2 ++ start_notebook_win.bat | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 start_notebook_macos.sh create mode 100644 start_notebook_win.bat diff --git a/start_notebook_macos.sh b/start_notebook_macos.sh new file mode 100755 index 0000000..6996e53 --- /dev/null +++ b/start_notebook_macos.sh @@ -0,0 +1,2 @@ +#!/bin/bash +julia -L start_notebook.jl diff --git a/start_notebook_win.bat b/start_notebook_win.bat new file mode 100644 index 0000000..2b16684 --- /dev/null +++ b/start_notebook_win.bat @@ -0,0 +1,2 @@ +@echo off +julia -L start_notebook.jl -- GitLab