mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-05-03 12:54:44 +00:00
8 lines
No EOL
218 B
Bash
Executable file
8 lines
No EOL
218 B
Bash
Executable file
#!/bin/sh
|
|
|
|
anvil
|
|
|
|
cp ./lib/standard/postal.* ./example/standard/js
|
|
cp ./lib/amd/postal.* ./example/amd/js/libs/postal
|
|
cp ./lib/amd/postal.js ./example/node/client/js/lib
|
|
cp ./lib/node/postal.js ./example/node/messaging |