]> CyberLeo.Net >> Repos - CDN/shlib.git/blob - example.sh
Initial import
[CDN/shlib.git] / example.sh
1 #!/bin/sh
2
3 # Source shlib
4 _root="$(dirname "${0}")"; . "${_root}/lib/sh/env.sh"
5
6 want log ask
7
8 note This is a note.
9 log ...and a log...
10 warn ...warning...
11
12 log "Are you sure?"
13 yn || err you said no
14
15 err the end
16