8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running remote agent self-test..."
|
|
|
|
echo "Completed remote agent self-test."
|
|
|
|
exit 0
|