Last active
January 30, 2024 02:21
-
-
Save Forgo7ten/db233546eda74afa22be53bb6a93b0ac to your computer and use it in GitHub Desktop.
Linux and MacOS, 010Editor Register.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "[General] | |
D75BD954-8B63-84BA-75B3-019654928EE7=2786127075 | |
E68B43C9-B732-8573-76A8-01AB75B3683A=253686975 | |
F175B8C0-783C-8BA0-7045-014CA847B302=2765028028 | |
F73529D0-8362-B7A9-7B25-01538B3C632A=1689813065 | |
Hidden=false | |
LastDate= | |
Name=Forgo7ten | |
Password=1f93-56ac-c63e-540d-a9ab" > ~/.config/SweetScape/010\ Editor.ini | |
OS=`uname -s` | |
if [ ${OS} == "Darwin" ];then | |
sudo chflags uchg ~/.config/SweetScape/010\ Editor.ini | |
elif [ ${OS} == "Linux" ];then | |
sudo chattr +i ~/.config/SweetScape/010\ Editor.ini | |
else | |
echo "Other OS: ${OS}" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment