/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-11-02 21:19:08 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241102211908-ad9nwyj2sf3mpepv
* That's awkard...

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
5
9
6
10
# PURPOSE
7
11
#   This file provides usefule bash libary functions.
29
33
  return $?
30
34
}
31
35
 
 
36
export -f __silent
 
37
 
32
38
####
33
39
# FUNCTION __find_tool
34
40
#
46
52
    __SANITY=false
47
53
  fi
48
54
}
 
55
 
 
56
export -f __find_tool