fix: removing .sh file extension and space before shebang

Removed the .sh file extension from ninjasurgey-launcher-tui.
Removed the space from the front of the shebang.
This commit is contained in:
NinjaSurge
2026-02-17 13:12:45 -06:00
parent 0587920c8a
commit 21ceff23a7

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
# Launch the TUI command passed in as an argument in the default terminal with an com.ninjasurge.COMMAND app id for styling.