diff --git a/make_links b/make_links old mode 100644 new mode 100755 index dacde1d..228e899 --- a/make_links +++ b/make_links @@ -1,8 +1,9 @@ -ln -s ILSpy -> /Applications/ILSpy.app/Contents/MacOS/ILSpy -ln -s Libs -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded/OxygenNotIncluded.app/Contents/Resources/Data/Managed/ -ln -s Logs -> /Users/bakje.coffee/Library/Logs/Klei/Oxygen Not Included -ln -s OxygenNotIncluded -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded -ln -s OxygenNotIncludedData -> /Users/bakje.coffee/Library/Application Support/unity.Klei.Oxygen Not Included/ -# 0 drwxr-xr-x 3093 bakje.coffee staff 98976 28 Dec 00:09 reference -# 0 drwxr-xr-x 3 bakje.coffee staff 96 28 Dec 11:09 reference-OtherMods -# 0 drwxr-xr-x 385 bakje.coffee staff 12320 28 Dec 10:41 reference-firstpass +#!/bin/bash + +APP=~/.local/share/Steam/steamapps/common/OxygenNotIncluded +SAVE="~/.config/unity3d/Klei/Oxygen Not Included" + +set -ex +ln -sf "$APP/OxygenNotIncluded_Data/Managed" Libs +ln -sf "$APP" OxygenNotIncluded +ln -sf "$SAVE" OxygenNotIncludedData diff --git a/make_links_osx b/make_links_osx new file mode 100644 index 0000000..dacde1d --- /dev/null +++ b/make_links_osx @@ -0,0 +1,8 @@ +ln -s ILSpy -> /Applications/ILSpy.app/Contents/MacOS/ILSpy +ln -s Libs -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded/OxygenNotIncluded.app/Contents/Resources/Data/Managed/ +ln -s Logs -> /Users/bakje.coffee/Library/Logs/Klei/Oxygen Not Included +ln -s OxygenNotIncluded -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded +ln -s OxygenNotIncludedData -> /Users/bakje.coffee/Library/Application Support/unity.Klei.Oxygen Not Included/ +# 0 drwxr-xr-x 3093 bakje.coffee staff 98976 28 Dec 00:09 reference +# 0 drwxr-xr-x 3 bakje.coffee staff 96 28 Dec 11:09 reference-OtherMods +# 0 drwxr-xr-x 385 bakje.coffee staff 12320 28 Dec 10:41 reference-firstpass