mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "# Display the environment variables"
|
||
|
env
|