1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Merge pull request #100 from efx/condense-assets-sample-data

This commit is contained in:
Darren Schroeder 2021-10-13 12:15:26 -05:00 committed by GitHub
commit 3265929372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -1,2 +1,2 @@
# Ingest JavaScript Map JSON into nu then to markdown
open ../sample_data/js_map.json | each { echo [[Español English]; [ $it.0 $it.1]] } | to md
open ../assets/js_map.json | each { echo [[Español English]; [ $it.0 $it.1]] } | to md