From b42ad1fa8fd8a2c2330ec47bf92842b72b4ecc27 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 14 Nov 2025 14:08:51 -0300 Subject: [PATCH] :wrench: chore(scripts): rename socket script to "socket.sh" --- nix/colorshell.nix | 2 +- scripts/{colorshell-socket-interface.sh => socket.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{colorshell-socket-interface.sh => socket.sh} (100%) diff --git a/nix/colorshell.nix b/nix/colorshell.nix index 585884d..82099d9 100644 --- a/nix/colorshell.nix +++ b/nix/colorshell.nix @@ -145,7 +145,7 @@ buildNpmPackage (finalAttrs: { # add socket-communication support on executable { head -n1 $outPath - sed '1{/^#!.*$/d}' ${../scripts/colorshell-socket-interface.sh} + sed '1{/^#!.*$/d}' ${../scripts/socket.sh} cat "$outPath" | sed '/^#!.*$/d' } | sponge $outPath diff --git a/scripts/colorshell-socket-interface.sh b/scripts/socket.sh similarity index 100% rename from scripts/colorshell-socket-interface.sh rename to scripts/socket.sh