fix: correct malformed shebang in txt2printr.sh
Missing '!' meant the kernel couldn't recognize the interpreter directive, causing ENOEXEC (errno 8) when executed directly, e.g. via subprocess.run() from photobooth.py. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>master
parent
9019cf2fa7
commit
9d6fa2833f
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/bash
|
||||
#!/bin/bash
|
||||
#
|
||||
# Sends an ascii-art text file to a parallel port needle/dot-matrix printer.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue