8 lines
100 B
Bash
Executable file
8 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
function main() {
|
|
/usr/local/bin/backup.sh
|
|
}
|
|
|
|
source /usr/local/lib/functions.sh
|
|
main
|