7 lines
94 B
Bash
7 lines
94 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#Pass the test for now until we find a way to test the package.
|
||
|
ret=0
|
||
|
|
||
|
exit $ret
|