-
Notifications
You must be signed in to change notification settings - Fork 12
/
help.sh
40 lines (38 loc) · 887 Bytes
/
help.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# HELP
#
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
_HELP_US()
{
cat <<EOF
banana - Low level package manager
banana [OPTION] [ARCHIVE]
MAIN ARGUMENTS
-V, version
Look version of Banana
-h,help
Show this message and exit
-g, generate
Generate directory info/ and into desc
-c, create
Create Package
-i, install
Install Package
-u, upgrade
Upgrade package
update
Update bananapkg via Internet
-r, remove
Remove Package
-s, search
Search Package
-ol, one-line
Use in -s, search for print one line search.
program-version-build
-v, verbose
Look more
-l, list
Shows all programs installed with banana.
EOF
}