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