Skip to content

Commit bc5df46

Browse files
authored
help section updated
1 parent b3aa88d commit bc5df46

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tarit

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
#!/bin/bash
22

3-
# extended 'tar'
3+
# a 'tar' wrapper that picks up directory name from the cli / stdin
4+
# and archive them to the current dir in a way dirname.date.tar.gz
5+
# if no arguments are given, archives the current dir
6+
#
47
# Usage: tarit [dirname1 [dirname2 [dirname3 ...]]]
58
# or command | tarit
69

10+
# Copyright (C) 2018 ivan.tervanto /at/ aalto.fi
11+
12+
# Released under the GNU General Public License
13+
14+
715
# by default no directories to archive. i.e. current
816
args=''
917

0 commit comments

Comments
 (0)