diff options
| author | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-05 19:29:08 +0100 |
|---|---|---|
| committer | romir kulshrestha <romir.kulshrestha@gmail.com> | 2026-03-06 12:21:44 +0100 |
| commit | 42c97d174e93fa6fb2767d5fc4bafc7d1a7c0174 (patch) | |
| tree | d1888ceb60ccd175427275696c769a0bcc2e537e /fetch | |
| parent | 8b7956b965147407274f062799200db54eb50d3b (diff) | |
Replace fetch script
Diffstat (limited to 'fetch')
| -rwxr-xr-x | fetch | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,19 +0,0 @@ -#!/bin/sh - -set -e - -cd "${0%/*}" -trap 'rm -f UCD.zip' EXIT - -set -x -mkdir -p data -curl -LO https://www.unicode.org/Public/zipped/latest/UCD.zip -unzip -od data UCD.zip - -# XID_Start and XID_Continue additions -cat <<-EOF >>data/DerivedCoreProperties.txt -0024 ; XID_Start # Pc DOLLAR SIGN -005F ; XID_Start # Pc LOW LINE -2032..2034 ; XID_Continue # Po [3] PRIME..TRIPLE PRIME -2057 ; XID_Continue # Po QUADRUPLE PRIME -EOF |