4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker exec sharelatex grunt user:create-admin --email $1
|