replace CRLF line ending with LF
This commit is contained in:
parent
ed8d5edb50
commit
4f86a9c3cd
2 changed files with 4 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
pip install flask
|
||||
pip install /moto/dist/moto*.gz
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
pip install flask
|
||||
pip install /moto/dist/moto*.gz
|
||||
moto_server -H 0.0.0.0 -p 5000
|
||||
Loading…
Add table
Add a link
Reference in a new issue