4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/sh
|
|
cd /tmp/app
|
|
exec chpst -u app -e /tmp/init/app-alpha-2/env ./alpha bar=baz
|