summaryrefslogtreecommitdiffstats
path: root/testModule/module-setup.sh
blob: 1923f023edf1bc75bfabf289c8ff1eeca5e59776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

check() {
    return 0
}

depends() {
    return 0
}

install() {
    return 0
}