help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash scripts in Guix question


From: Ekaitz Zarraga
Subject: Re: bash scripts in Guix question
Date: Tue, 04 Oct 2022 14:10:48 +0000

Hi,

> Hi guixers,
> 
> i'm wondering...for my scripts to work in Guix, instead of
> '#! /bin/bash' ,
> 
> what do i have to start them with ?
> 
> Thanks,thanks, thanks
> 
> F

We have a link to bash located in /bin/sh so you can just leave /bin/sh. Or you 
can also use `#!/usr/bin/env bash`

Both should work.

Cheers,
Ekaitz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]