Skip to content

Commit bafaf45

Browse files
committed
Add linux executable script
1 parent 89a63ff commit bafaf45

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ A tool for creating separators for categorization within Mod Organizer 2, making
5555
> ```bash
5656
> python interface.py
5757
> ```
58+
> Note: There is also an executable `run.sh` file that does this, if you prefer double-clicking.
5859
5960
## Settings
6061
Any changes you make in the settings menu can be saved with the click of a button.</br>

run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python interface.py

0 commit comments

Comments
 (0)