5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
set -e -x
|
|
|
|
echo Testing the dependency setup
|