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