diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-04-25 11:56:27 +0200 | 
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-04-25 11:56:27 +0200 | 
| commit | 351514e73aa36476f14f6b1125125b3c8d40cd65 (patch) | |
| tree | 14a339a5d4910c6b7456395a29e503eefb599f0d | |
| parent | e42736cc9241e964735816d5449297fae95153ec (diff) | |
switch interpreter to bash for ./config
| -rwxr-xr-x | config | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash  export $(cat .env | xargs) |