1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Use bash as a script interpreter

The test-server/attack.sh script makes use of several features only
available in the Bash shell, so mark it accordingly.
This commit is contained in:
Peter Pentchev 2015-10-01 12:17:07 +03:00 committed by Andy Green
parent 4c79ee7598
commit 91fe5aa64f

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# attack the test server and try to make it fall over
#