From 6c2c49d0583e82ffe2e993535a747a08881bfb43 Mon Sep 17 00:00:00 2001 From: jungle-boogie Date: Wed, 26 Aug 2015 14:27:01 -0700 Subject: [PATCH] changing to sh --- data/s2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/s2.sh b/data/s2.sh index 547538e03..eb63d4141 100755 --- a/data/s2.sh +++ b/data/s2.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh mlr --opprint --right "$@" stats2 -a linreg-ols,linreg-pca,r2,corr,cov -f x,y,xy,y2,x2,x2 -g a,b ../data/mediumwide echo mlr --oxtab --right "$@" stats2 -a linreg-ols,linreg-pca,r2,corr,cov -f x,y,xy,y2,x2,x2 ../data/mediumwide