Files
kotlin-fork/Makefile
T
Sergey Ignatov 33f3350bb0 Makefile added
2011-11-09 16:04:57 +04:00

11 lines
297 B
Makefile

move-tmp-to-kt:
rename -f s/.kt.tmp/.kt/ `find "testData" -name "*.kt.tmp"`
remove-tmp:
rm `find "testData" -name "*.kt.tmp"`
disable-sandbox:
cd ~/.IdeaIC11/system/ && mv plugins-sandbox plugins-sandbox.tmp
enable-sandbox:
cd ~/.IdeaIC11/system/ && mv plugins-sandbox.tmp ./plugins-sandbox