4 lines
No EOL
81 B
Bash
4 lines
No EOL
81 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`" |