3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
|
|
cat /run/.containerenv | grep -E '^name=' | sed -e 's/name=\"\(.*\)\"/\1/'
|