Skip to content

Instantly share code, notes, and snippets.

View premsai2030's full-sized avatar
🏠
Working from home

Prem Sai Vittal premsai2030

🏠
Working from home
View GitHub Profile
@m5lil
m5lil / reset.sh
Last active April 20, 2025 20:06
[reset jetbrains application trial] reset jetbrains ide evals v1.0.4 #others
#!/bin/bash
# reset jetbrains ide evals v1.0.4
OS_NAME=$(uname -s)
JB_PRODUCTS="IntelliJIdea CLion PhpStorm GoLand PyCharm WebStorm Rider DataGrip RubyMine AppCode"
if [ "$OS_NAME" == "Darwin" ]; then
echo 'macOS:'
for PRD in $JB_PRODUCTS; do