fileset

git mirror of https://ccx.te2000.cz/bzr/fileset
git clone https://ccx.te2000.cz/git/fileset
Log | Files | Refs | README

fslist.pax (122B)


      1 #!/bin/zsh
      2 if [[ -n $ROOT ]]; then
      3 	cd $ROOT || exit $?
      4 fi
      5 pax -w -x sv4cpio "$@" | cpio2fs
      6 exit $((${(j.|.)pipestatus}))