Skip to content

Commit

Permalink
* Make .pl files executable
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Feb 20, 2018
1 parent 4808a95 commit 88c3e8e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions add-links.pl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env perl
while (<>) { print
s!(https?[-=_;&?.:/#%0-9a-zA-Z]+)!<a href="$1">$1</a>!r =~
s!DIGI(\+|+)!DIGI⁺!r
Expand Down
Empty file modified castingwords2pad.pl
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions pull-and-check.pl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env perl
use 5.12.0;
use warnings;
use URI::Escape;
Expand Down
1 change: 1 addition & 0 deletions upload.pl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env perl
use 5.12.0;
use warnings;
use URI::Escape;
Expand Down

0 comments on commit 88c3e8e

Please sign in to comment.