🔧 chore(scripts): rename socket script to "socket.sh"

This commit is contained in:
retrozinndev
2025-11-14 14:08:51 -03:00
parent e14707ec48
commit b42ad1fa8f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ buildNpmPackage (finalAttrs: {
# add socket-communication support on executable # add socket-communication support on executable
{ {
head -n1 $outPath head -n1 $outPath
sed '1{/^#!.*$/d}' ${../scripts/colorshell-socket-interface.sh} sed '1{/^#!.*$/d}' ${../scripts/socket.sh}
cat "$outPath" | sed '/^#!.*$/d' cat "$outPath" | sed '/^#!.*$/d'
} | sponge $outPath } | sponge $outPath