Skip to content

Commit 75c82a1

Browse files
committed
console
console
1 parent bd039e8 commit 75c82a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bin/kdbv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env php
2+
<?php
3+

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
"src/db.php",
2929
"src/kdbv.php"
3030
]
31-
}
31+
},
32+
"bin": ["bin/kdbv"]
3233
}

0 commit comments

Comments
 (0)