mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
condense sample data folders
I went with `/assets` because that seems more intuitive to me. I also removed the unused gh-emoji.json file. Signed-off-by: Eli Flanagan <eli@typedspace.com>
This commit is contained in:
parent
260ca782a1
commit
9659a8957f
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