Project

General

Profile

« Previous | Next » 

Revision 11416

bin/*_all: *_main(): renamed to just main() because it does not matter that other shell-includes' main() methods will clobber this, because it is only executed once

View differences:

import_all
1 1
#!/bin/bash
2 2
# Imports all inputs at once
3 3

  
4
import_all_main ()
4
main()
5 5
{
6 6
    local self="${BASH_SOURCE[0]}"
7 7
    local selfDir="$(dirname -- "$self")"
......
51 51
    
52 52
    . bin/disown_all
53 53
}
54
import_all_main "$@"
54
main "$@"

Also available in: Unified diff