{ writeShellApplication, git, gnused, ... }: let name = "create"; text = builtins.readFile ./${name}.sh; in writeShellApplication { inherit name text; meta.mainProgram = name; runtimeInputs = [ git gnused ]; }