mirror of
https://github.com/Luzifer/local-functions.git
synced 2025-01-07 19:21:53 +00:00
9 lines
64 B
Text
9 lines
64 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
env
|
||
|
|
||
|
echo -e "\n=====\n"
|
||
|
|
||
|
cat -s
|