Skip to content

Commit ce28baf

Browse files
committed
Pass example scripts arguments to the command
1 parent fb3f59e commit ce28baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/msw-example.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ rem set "MSW_STATUS_OFFLINE_VALUE=Offline"
1616
rem set "MSW_ADDRESS_TITLE=Address"
1717
rem set "MSW_ADDRESS_VALUE=example.com"
1818

19-
mc-status-webhook
19+
mc-status-webhook %*

examples/msw-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#export MSW_ADDRESS_TITLE='Address'
1515
#export MSW_ADDRESS_VALUE='example.com'
1616

17-
mc-status-webhook
17+
mc-status-webhook "$@"

0 commit comments

Comments
 (0)