mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
For make commands consistent independently if they are executed inside devenv or from manage.sh
6 lines
52 B
Bash
Executable File
6 lines
52 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
nginx
|
|
tail -f /dev/null
|