This commit is contained in:
Marc Beninca 2024-11-18 12:38:15 +01:00
parent 0cce49e919
commit d82805ff38
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
28 changed files with 0 additions and 0 deletions

View file

@ -1,27 +0,0 @@
tc() {
tv \
--create \
--auto-compress \
--file \
"${@}"
}
tl() {
tv \
--list \
--file \
"${@}"
}
tv() {
tar \
--verbose \
"${@}"
}
tx() {
tv \
--extract \
--file \
"${@}"
}