diff options
-rwxr-xr-x | s2i/bin/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/s2i/bin/run b/s2i/bin/run new file mode 100755 index 0000000..b1ad5d8 --- /dev/null +++ b/s2i/bin/run @@ -0,0 +1,5 @@ +#!/bin/sh +set -x +id -a +pwd +ls -la |