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

update file_cat to remove json files that are created

This commit is contained in:
Michael Angerman 2022-02-09 21:37:21 -08:00
parent f9eb0772a7
commit c5e4cca955

View file

@ -8,3 +8,4 @@ def create_files [] {
create_files
echo (open a.json) (open b.json) | save c.json
open c.json | flatten
rm a.json b.json c.json