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