Skip to content

Commit 4c2aa9a

Browse files
committed
Fix show-schema.cmd
1 parent 6624ad1 commit 4c2aa9a

File tree

20 files changed

+40
-20
lines changed

20 files changed

+40
-20
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw cdeps --show-schema | head -n20
1+
uw cdeps --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw chgres_cube --show-schema | head -n20
1+
uw chgres_cube --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw esg_grid --show-schema | head -n20
1+
uw esg_grid --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw filter_topo --show-schema | head -n20
1+
uw filter_topo --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw fv3 --show-schema | head -n20
1+
uw fv3 --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw global_equiv_resol --show-schema | head -n20
1+
uw global_equiv_resol --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw ioda --show-schema | head -n20
1+
uw ioda --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw jedi --show-schema | head -n20
1+
uw jedi --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw make_hgrid --show-schema | head -n20
1+
uw make_hgrid --show-schema >schema
2+
head -n20 schema
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
uw make_solo_mosaic --show-schema | head -n20
1+
uw make_solo_mosaic --show-schema >schema
2+
head -n20 schema

0 commit comments

Comments
 (0)