diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-05-13 15:57:41 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-05-13 15:57:41 -0700 |
| commit | 09749920569e7426e028cc284404d076526b4bb1 (patch) | |
| tree | 9bc679e6c041a4ae49722548e7d4b2daf3971ee8 /private/now.sh | |
| parent | f5c65e7566b9ee4fb15e86d673ee684a3bee407c (diff) | |
WIL-6 WIP better unicode substitutionsbetter_unicode
Diffstat (limited to 'private/now.sh')
| -rw-r--r-- | private/now.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/private/now.sh b/private/now.sh new file mode 100644 index 0000000..dc00f87 --- /dev/null +++ b/private/now.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -ex +ruby ensmallen_entities_json.rb entities.json | sed 's/},/},\n/g' > entities.min.json |
