Commit d5cf90041eed9c247399f2a2d104a05cf396d377

Authored by Etienne Pallier
1 parent 1180d9a1

script for mac os db-update

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
database/update/macos-db-update.sh 0 → 100755
... ... @@ -0,0 +1,4 @@
  1 +cp $1 $1.macos
  2 +chmod +x $1.macos
  3 +sed -e "s/ -i / -i '' /" -i '' $1.macos
  4 +./$1.macos
... ...