mirror of
https://github.com/Luzifer/local-functions.git
synced 2024-11-14 02:52:41 +00:00
4 lines
51 B
Bash
Executable file
4 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo "Test success"
|