mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
etc: scripts use /usr/bin/env bash (#313)
Signed-off-by: James Hillyerd <james@hillyerd.com> Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# rest-apiv1.sh
|
# rest-apiv1.sh
|
||||||
# description: Script to access Inbucket REST API version 1
|
# description: Script to access Inbucket REST API version 1
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# run-tests.sh
|
# run-tests.sh
|
||||||
# description: Generate test emails for Inbucket
|
# description: Generate test emails for Inbucket
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user