forked from extern/podman-compose
7 lines
105 B
Bash
7 lines
105 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ls -la /run/secrets/*
|
||
|
ls -la /etc/custom_location
|
||
|
cat /run/secrets/*
|
||
|
cat /etc/custom_location
|