Skip to content

Commit 536a372

Browse files
committed
Added license
1 parent 06f12d4 commit 536a372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hacks/ps.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Begin PS Hack
2+
// Copyright (c) 2016 Andrew Young
3+
// SPDX-License-Identifier: MIT
4+
15
function printTableRow(row, columnWidths) {
26
var pad = function(x, i) {
37
return x.pad(i).slice(-i).toString();
@@ -98,3 +102,5 @@ shellHelper.ps = function() {
98102
shellHelper.kill = function(opId) {
99103
return db.killOp(opId);
100104
}
105+
106+
// End PS Hack

0 commit comments

Comments
 (0)