Skip to content

Instantly share code, notes, and snippets.

@masc3d
masc3d / command.sh
Created July 24, 2018 16:01 — forked from peterdemartini/command.sh
Exclude node_modules in timemachine
find `pwd` -type d -maxdepth 3 -name 'node_modules' | xargs -n 1 tmutil addexclusion
package sx.android
import android.os.Build
import android.support.test.InstrumentationRegistry
import android.util.Log
import org.junit.rules.TestRule
import org.junit.runner.Description
import org.junit.runners.model.Statement
import java.io.FileInputStream