From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: =?UTF-8?B?UmU6IDAxLzAxOiBzZXJ2aWNlczogQWRkIOKAmC91c3IvYmluL2Vudg==?= =?UTF-8?B?4oCZIHNwZWNpYWwgZmlsZS4=?= Date: Sun, 8 Sep 2019 13:55:57 +0200 Message-ID: References: <20190906102509.28951.2772@vcs0.savannah.gnu.org> <20190906102510.002BE21324@vcs0.savannah.gnu.org> <87d0gdbtji.fsf@cbaines.net> <87mufhwhc6.fsf@nckx> <87d0gcgodz.fsf@devup.no> <8736h8uh05.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36119) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6vnV-0003IO-Ms for guix-devel@gnu.org; Sun, 08 Sep 2019 07:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6vnU-0005wo-OD for guix-devel@gnu.org; Sun, 08 Sep 2019 07:56:01 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36681) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i6vnU-0005wW-GI for guix-devel@gnu.org; Sun, 08 Sep 2019 07:56:00 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 1416621F40 for ; Sun, 8 Sep 2019 07:56:00 -0400 (EDT) Received: from KHs-MacBook.fritz.box (ip-88-153-141-130.hsi04.unitymediagroup.de [88.153.141.130]) by mail.messagingengine.com (Postfix) with ESMTPA id 6AE9A8005B for ; Sun, 8 Sep 2019 07:55:59 -0400 (EDT) In-Reply-To: <8736h8uh05.fsf@elephly.net> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi Ricardo and everyone else, > Using a custom script with a /usr/bin/env shebang is pretty common. You > don’t need to be a power user for that, and certainly not a *Guix* power > user. I definitely agree with this. In my work environment, it is very common for people to distribute shell or Python scripts with a /usr/bin/env shebang line, together with the instructions "make executable and put on your $PATH". Most of my colleagues can handle those instructions, but wouldn't consider themselves power users. Konrad.