Created
April 2, 2017 13:46
-
-
Save mbritton/c97096ab430d9ffd28a9c1c0f05f4ffc to your computer and use it in GitHub Desktop.
This smacks of desperation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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