mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
3 lines
63 B
Bash
Executable file
3 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
# just return a success
|
|
echo "outcome" : "success"
|