This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9829b58ee7
dotfiles
/
.local
/
bin
/
scripts
/
compress
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bin: add tiny compress script
2023-03-12 21:35:11 +00:00
#!/bin/sh
# Just compress the given directory!
bin: some script fixes
2023-04-06 14:21:36 +00:00
7z a "$1.zip" "$@"