📜  intellij 最终许可证 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:06.555000             🧑  作者: Mango

代码示例1
#!/bin/bash
echo "removing evaluation key"
rm ~/.IntelliJIdea*/config/eval/*.key
 
echo "removing non evaluation key (e.g. expired keys)"
rm ~/.IntelliJIdea*/config/*.key
 
# for me it was not necessary
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea*/config/options/options.xml