/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/useful.inc.sh

  • Committer: Gustav Hartvigsson
  • Date: 2024-07-21 16:04:22 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20240721160422-e59zjphfbbmwiymp
Added COPYING file with copyright and licencing informaiton information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
####
4
4
# FILE NAME useful.inc.sh
5
 
#
6
 
# Authors:
7
 
#    Gustav Hartvigsson 2024
8
 
#    Distributed under the Cool Licence 1.1
9
5
10
6
# PURPOSE
11
7
#   This file provides usefule bash libary functions.
33
29
  return $?
34
30
}
35
31
 
36
 
export -f __silent
37
 
 
38
32
####
39
33
# FUNCTION __find_tool
40
34
#
52
46
    __SANITY=false
53
47
  fi
54
48
}
55
 
 
56
 
export -f __find_tool