4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#! /bin/bash
|
|
node_add_debug () {
|
|
node ~/.bashrc.d/node-commands.js add_debug
|
|
}
|