Skip to content

Commit 2b2ef00

Browse files
committed
(Commandfile) add command 'shell'
1 parent 44b1dec commit 2b2ef00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Commandfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ command 'test',
3131
cd /data/build; `which gmake || which make` test NO_INTERACTION=1 REPORT_EXIT_STATUS=1
3232
eof
3333

34+
command 'shell',
35+
description: 'execute a PHP CLI interactive shell with V8Js loaded',
36+
script: <<-eof
37+
cd /data/build; php -a -d extension=modules/v8js.so
38+
eof
39+
3440
chain 'all',
3541
commands: [
3642
{ command: 'phpize' },

0 commit comments

Comments
 (0)