aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
blob: 130180725574ea558ae470fcb091aa42c44e72c5 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -x
id -a
pwd
ls -la
ls -la documentroot
sh -x "${0}.httpd" "$@"