From e41685271378300b096e5c142f4837aeff8fd3bd Mon Sep 17 00:00:00 2001 From: 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q <pehl@pik-potsdam.de> Date: Tue, 11 Feb 2020 15:51:26 +0100 Subject: [PATCH] update start.R with env shebang and set executable flag - makes it executable from the command line without invoking Rscript explicitly - saves on typing, makes for more relaxed REMIND work ;) --- start.R | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 start.R diff --git a/start.R b/start.R old mode 100644 new mode 100755 index 854bb33..8f15d27 --- a/start.R +++ b/start.R @@ -1,3 +1,4 @@ +#!/usr/bin/env Rscript library(lucode) source("scripts/start/submit.R") -- GitLab