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
e7b634a002
dotfiles
/
.local
/
bin
/
scripts
/
compress
4 lines
66 B
Text
Raw
Normal View
History
Unescape
Escape
bin: add tiny compress script
2023-03-12 22:35:11 +01:00
#!/bin/sh
# Just compress the given directory!
bin: some script fixes
2023-04-06 16:21:36 +02:00
7z a "$1.zip" "$@"
Reference in a new issue
Copy permalink