Skip to content

Instantly share code, notes, and snippets.

@mbritton
Created April 2, 2017 13:46
Show Gist options
  • Save mbritton/c97096ab430d9ffd28a9c1c0f05f4ffc to your computer and use it in GitHub Desktop.
Save mbritton/c97096ab430d9ffd28a9c1c0f05f4ffc to your computer and use it in GitHub Desktop.
This smacks of desperation
gulp.task('clean', function() {
return exec("echo '$MikesPassword' | sudo -S rm -R " + paths.buildDirectory);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment