mirror of
https://github.com/Luzifer/local-functions.git
synced 2025-01-07 19:21:53 +00:00
5 lines
51 B
Text
5 lines
51 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
echo "Test success"
|