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
Amir Alexander Abdelbaki 2026-07-14 09:10:59 +02:00
parent 9019cf2fa7
commit 9d6fa2833f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
#
# Sends an ascii-art text file to a parallel port needle/dot-matrix printer.
#