7 lines
64 B
Bash
7 lines
64 B
Bash
#!/bin/bash
|
|
|
|
source .env
|
|
|
|
echo ${_SYS_DEV}22
|
|
echo "$_LUKS_PASS"
|