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:
2
bin/ninjasurgey-launcher-tui.sh → bin/ninjasurgey-launcher-tui
Normal file → Executable file
2
bin/ninjasurgey-launcher-tui.sh → bin/ninjasurgey-launcher-tui
Normal file → Executable 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.
|
||||
|
||||
Reference in New Issue
Block a user