Update links script
This commit is contained in:
17
make_links
Normal file → Executable file
17
make_links
Normal file → Executable file
@@ -1,8 +1,9 @@
|
|||||||
ln -s ILSpy -> /Applications/ILSpy.app/Contents/MacOS/ILSpy
|
#!/bin/bash
|
||||||
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
|
APP=~/.local/share/Steam/steamapps/common/OxygenNotIncluded
|
||||||
ln -s OxygenNotIncluded -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded
|
SAVE="~/.config/unity3d/Klei/Oxygen Not Included"
|
||||||
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
|
set -ex
|
||||||
# 0 drwxr-xr-x 3 bakje.coffee staff 96 28 Dec 11:09 reference-OtherMods
|
ln -sf "$APP/OxygenNotIncluded_Data/Managed" Libs
|
||||||
# 0 drwxr-xr-x 385 bakje.coffee staff 12320 28 Dec 10:41 reference-firstpass
|
ln -sf "$APP" OxygenNotIncluded
|
||||||
|
ln -sf "$SAVE" OxygenNotIncludedData
|
||||||
|
|||||||
8
make_links_osx
Normal file
8
make_links_osx
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user