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:
commit
3265929372
3 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue