Skip to content

Commit

Permalink
Make scripts/*.cr all executable
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 20, 2023
1 parent c7bd41d commit fd88294
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generate_grapheme_break_specs.cr
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env crystal
#
# This script generates the file spec/std/string/graphemes_break_spec.cr
# that contains test cases for Unicode grapheme clusters based on the default
# Grapheme_Cluster_Break Test
Expand Down
2 changes: 2 additions & 0 deletions scripts/generate_grapheme_properties.cr
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env crystal
#
# This script generates the file src/string/grapheme/properties.cr
# that contains compact representations of the GraphemeBreakProperty.txt and emoji-data.txt
# file from the unicode specification.
Expand Down
2 changes: 2 additions & 0 deletions scripts/generate_unicode_data.cr
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env crystal
#
# This script generates the file src/unicode/data.cr
# that contains compact representations of the UnicodeData.txt
# file from the unicode specification.
Expand Down
Empty file modified scripts/generate_windows_zone_names.cr
100644 → 100755
Empty file.

0 comments on commit fd88294

Please sign in to comment.