Skip to content

Commit 0393e08

Browse files
authored
Make scripts/*.cr all executable (#13999)
1 parent f8fafc3 commit 0393e08

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

scripts/generate_grapheme_break_specs.cr

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env crystal
2+
#
13
# This script generates the file spec/std/string/graphemes_break_spec.cr
24
# that contains test cases for Unicode grapheme clusters based on the default
35
# Grapheme_Cluster_Break Test

scripts/generate_grapheme_properties.cr

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env crystal
2+
#
13
# This script generates the file src/string/grapheme/properties.cr
24
# that contains compact representations of the GraphemeBreakProperty.txt and emoji-data.txt
35
# file from the unicode specification.

scripts/generate_unicode_data.cr

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env crystal
2+
#
13
# This script generates the file src/unicode/data.cr
24
# that contains compact representations of the UnicodeData.txt
35
# file from the unicode specification.

scripts/generate_windows_zone_names.cr

100644100755
File mode changed.

0 commit comments

Comments
 (0)