4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/sh
|
|
cd "$(dirname "$0")/.."
|
|
cp node_modules/jquery/dist/jquery.js js/vendor/
|