Skip to content

Instantly share code, notes, and snippets.

View segadora's full-sized avatar

Christoffer Nielsen segadora

  • Andel Holding A/S
  • Denmark
View GitHub Profile
@m5lil
m5lil / reset.sh
Last active July 23, 2024 08:39
[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