This website requires JavaScript.
Explore
Help
Sign In
Oliver
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f8fe872aff
dotfiles
/
.local
/
bin
/
tgz
6 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tar gzip script
2024-01-15 10:23:45 +00:00
#!/bin/bash
tar cvf $1.tar $1
gzip --best $1.tar
command updates
2024-12-09 04:20:13 +00:00
rm $1.tar
Reference in New Issue
Copy Permalink