ominitay / shellsaber

!! MAINTENANCE MODE !! ShellSaber is a mod manager written in POSIX-compliant shell script to support Beat Saber modding on Linux.
GNU General Public License v3.0
14 stars 1 forks source link

Local Configuration File #15

Closed ominitay closed 3 years ago

ominitay commented 3 years ago

ShellSaber will now search for a local config file, named 'config' at the same directory as the script's location. This config file takes the lowest priority, and will be used only if the user, user default, and global config files don't exist.

Closes #14