Skip to content

Instantly share code, notes, and snippets.

@manhole
Created March 22, 2018 06:15
Show Gist options
  • Save manhole/14717b6660f134be4f14314fd21cf253 to your computer and use it in GitHub Desktop.
Save manhole/14717b6660f134be4f14314fd21cf253 to your computer and use it in GitHub Desktop.
// TMPを消す
groovy -e " new AntBuilder().delete(failonerror:false, verbose:true, dir:System.properties['java.io.tmpdir']) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment