mirror of
https://github.com/Luzifer/local-functions.git
synced 2025-01-06 10:46:05 +00:00
4 lines
51 B
Bash
Executable file
4 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo "Test success"
|