Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit adb8708

Browse files
author
Daryl Lozupone
committed
Add shortcuts command box nginx and box apache
1 parent c3c12b1 commit adb8708

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

guest/cli/commands/apache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
source "${WPLIB_BOX_COMMANDS_DIR}/set-web-server" apache

guest/cli/commands/nginx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
source "${WPLIB_BOX_COMMANDS_DIR}/set-web-server" nginx

0 commit comments

Comments
 (0)