From 8266b285f3db7bef6938d0008fca729b67f343ca Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Thu, 12 Oct 2023 11:11:42 +0200 Subject: [PATCH] Removed scripts. --- start_notebook_macos.sh | 2 -- start_notebook_win.bat | 2 -- 2 files changed, 4 deletions(-) delete mode 100755 start_notebook_macos.sh delete mode 100644 start_notebook_win.bat diff --git a/start_notebook_macos.sh b/start_notebook_macos.sh deleted file mode 100755 index 6996e53..0000000 --- a/start_notebook_macos.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -julia -L start_notebook.jl diff --git a/start_notebook_win.bat b/start_notebook_win.bat deleted file mode 100644 index 2b16684..0000000 --- a/start_notebook_win.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -julia -L start_notebook.jl -- GitLab