#!/bin/sh
## zip-one-file
## DTPD
for x in "$@"; do
zip "${x}.zip" "$x"
done
Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend
#!/bin/sh
## zip-one-file
## DTPD
for x in "$@"; do
zip "${x}.zip" "$x"
done
Hal Canary |
Computers & Code |
2010-02-24 08:47:50 UTC
Permanent Link
Comments Off | No Comments
Copyright 1997-2011 by Hal Canary.
mailto: h3 at halcanary dot org
http://halcanary.org