We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aa88d commit bc5df46Copy full SHA for bc5df46
tarit
@@ -1,9 +1,17 @@
1
#!/bin/bash
2
3
-# extended 'tar'
+# 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
+#
7
# Usage: tarit [dirname1 [dirname2 [dirname3 ...]]]
8
# or command | tarit
9
10
+# Copyright (C) 2018 ivan.tervanto /at/ aalto.fi
11
+
12
+# Released under the GNU General Public License
13
14
15
# by default no directories to archive. i.e. current
16
args=''
17
0 commit comments