mirror of
https://github.com/Luzifer/local-functions.git
synced 2024-11-14 02:52:41 +00:00
8 lines
64 B
Bash
Executable file
8 lines
64 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
env
|
|
|
|
echo -e "\n=====\n"
|
|
|
|
cat -s
|