gtsocial-umbx

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

unconvert.sh (94B)


      1 set -evx
      2 until unconvert -fastmath -all ./...
      3 do
      4 	unconvert2 -fastmath -apply -all ./...
      5 done