mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
9 lines
137 B
Bash
Executable File
9 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
# Work in .data directory
|
|
cd .data
|
|
|
|
git clone https://github.com/cdnjs/cdnjs.git --depth 1 || true
|
|
|
|
cd cdnjs |