From c2ca9a1aadb1aee178ab5d4518319207c437075d Mon Sep 17 00:00:00 2001 From: Creator54 Date: Fri, 4 Jun 2021 07:31:13 +0530 Subject: [PATCH] make script portable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit not all distros have /bin/bash in there $PATH ```NixOS``` 😅 --- styli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styli.sh b/styli.sh index 6b67294..746b711 100755 --- a/styli.sh +++ b/styli.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash link="https://source.unsplash.com/random/" reddit(){ useragent="thevinter"