From bcd3d1aa7514044ff9dc4134af54e348b92a233d Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 3 Jan 2016 17:02:08 -0700 Subject: [PATCH] chmod +x --- oputil.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oputil.js b/oputil.js index c1aa2450..99b1efe6 100644 --- a/oputil.js +++ b/oputil.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + /* jslint node: true */ 'use strict'; @@ -85,7 +87,7 @@ function handleUserCommand() { function setNewPass(userId, callback) { assert(_.isNumber(userId)); assert(userId > 0); - + var u = new user.User(); u.userId = userId;