File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
== changelog ==
3
3
4
+ -- 0.1.1 --
5
+
6
+ * Fixed bug where tar used to error out when using tar-gz compression format.
7
+
4
8
-- 0.1.0 --
5
9
6
10
* Initial release; yay!
Original file line number Diff line number Diff line change 1
- .TH BAK "1" "July 2021" "bak 0.1.0 " "User Commands"
1
+ .TH BAK "1" "July 2021" "bak 0.1.1 " "User Commands"
2
2
.SH NAME
3
- bak \- manual page for bak 0.1.0
3
+ bak \- manual page for bak 0.1.1
4
4
.SH DESCRIPTION
5
5
.IP
6
6
USAGE: bak [options] <files/dirs to backup>...
Original file line number Diff line number Diff line change 1
1
2
- == bak 0.1.0 ==
2
+ == bak 0.1.1 ==
3
3
4
4
A backup tool (written in bash)
5
5
56
56
This project is licensed under AGPL 3.0. A copy of the license can be found
57
57
in the /license.txt file.
58
58
59
- bak 0.1.0 - A backup tool written in bash
59
+ bak 0.1.1 - A backup tool written in bash
60
60
Copyright (C) 2021 Vedant K (gamemaker1) <gamemaker0042 at gmail dot com>
61
61
62
62
This program is free software: you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
#
4
- # == bak 0.1.0 ==
4
+ # == bak 0.1.1 ==
5
5
#
6
6
# A backup tool (written in bash)
7
7
#
@@ -289,7 +289,7 @@ function main {
289
289
}
290
290
291
291
# Print the header first
292
- print " ${bold}${magenta} bak 0.1.0 ${normal} "
292
+ print " ${bold}${magenta} bak 0.1.1 ${normal} "
293
293
294
294
# Then run
295
295
main $*
Original file line number Diff line number Diff line change 1
- 0.1.0
1
+ 0.1.1
You can’t perform that action at this time.
0 commit comments