1
Fork 0
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:
Eli Flanagan 2021-10-12 09:58:34 -04:00
parent 260ca782a1
commit 9659a8957f
No known key found for this signature in database
GPG key ID: 89A9465A259119BF
3 changed files with 1 additions and 1 deletions

View file

@ -1,2 +1,2 @@
# Ingest JavaScript Map JSON into nu then to markdown # 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