nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

make-makelib.sh (98B)


      1 echo 'main="$1"; shift'
      2 echo 'rm -f "$main"'
      3 echo 'ar cr "$main" ${1+"$@"}'
      4 echo 'ranlib "$main"'