Skip to content

Instantly share code, notes, and snippets.

View NeftaliAcosta's full-sized avatar

Neftalí Acosta NeftaliAcosta

View GitHub Profile
@m5lil
m5lil / reset.sh
Last active May 19, 2024 05:43
[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