diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-24 14:27:56 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-24 14:27:56 +0200 |
| commit | b3e90ac3008d1e34099863e351c62dd748109d17 (patch) | |
| tree | 2e3f13390fa23970b635ded33980b1232ac6891d /home/dot_local/share/bin | |
| parent | 412ebcb649cf5ae0b75755c043ff81c80e0db63d (diff) | |
Diffstat (limited to 'home/dot_local/share/bin')
| -rw-r--r-- | home/dot_local/share/bin/executable_venvgen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_venvgen b/home/dot_local/share/bin/executable_venvgen index f9cabac..3ce41ac 100644 --- a/home/dot_local/share/bin/executable_venvgen +++ b/home/dot_local/share/bin/executable_venvgen @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # check if the input is valid for arg in "$@" ; do |