File: rzipall

package info (click to toggle)
rzip 2.1-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 448 kB
  • ctags: 321
  • sloc: ansic: 1,920; sh: 225; makefile: 44
file content (5 lines) | stat: -rwxr-xr-x 58 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh

for f in $*; do
  $HOME/rzip/rzip $f $f.rz
done