summaryrefslogblamecommitdiffstats
path: root/testModule/module-setup.sh
blob: 7a62ecd1e3ef47ce9cb9feae8094620ddbc047f2 (plain) (tree)
1
2
3
4
5
6
7
8






            
               





            
#!/bin/bash

check() {
    return 0
}

depends() {
    echo 'base'
    return 0
}

install() {
    return 0
}