Skip to content

Commit 6d81380

Browse files
committed
add entrypoint file
1 parent e0c5811 commit 6d81380

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpbrew/14.04-default/entrypoint.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
set -e
3+
4+
export PHPBREW_SET_PROMPT=1
5+
source /root/.phpbrew/bashrc
6+
phpbrew use $PHP_SUBVERSION
7+
8+
php -v
9+
10+
# ant
11+
12+
exec "$@"

0 commit comments

Comments
 (0)