port of netbsd's tr
[minix.git] / commands / ftpd200 / ftpdsh
blob6ca54e3e966cab57162cb18aaa014b9c30e38370
1 #!/bin/sh
3 case $1 in
4 1) ls -A $2 ;;
5 2) ls -la $2 ;;
6 3) crc $2 ;;
7 12) tar cf - $2 ;;
8 13) tar cf - $2 | compress -q ;;
9 14) compress -cq $2 ;;
10 15) tar cf - $2 | gzip ;;
11 16) tar -c $2 ;;
12 17) compress -dcq $2 ;;
13 esac
14 exit