mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
10 lines
116 B
Bash
Executable File
10 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
|
|
# Run the given command, usually supervisord
|
|
exec "$@"
|