]> gitweb.fluxo.info Git - sedscripts.git/commitdiff
Exec permissions
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Sep 2014 21:55:25 +0000 (18:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Sep 2014 21:55:25 +0000 (18:55 -0300)
README.md [changed mode: 0644->0755]
TODO.md [changed mode: 0644->0755]
entities.sed [changed mode: 0644->0755]
mail-iso2txt.sed [changed mode: 0644->0755]
mini-html2latex.sed [changed mode: 0644->0755]
syndication.sed [changed mode: 0644->0755]
unicode-fix.sed [moved from unicode-zoado.sed with 92% similarity, mode: 0755]
yahoogroups-kill-sig.sed [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
diff --git a/TODO.md b/TODO.md
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index b2b4929..25803d6
@@ -1,3 +1,4 @@
+#!/bin/sed -f
 s/á/\&aacute;/g
 s/ã/\&atilde;/g
 s/â/\&acirc;/g
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 03fd2d5..d09f992
@@ -1,3 +1,4 @@
+#!/bin/sed -f
 s/<strong>/\\section{/g
 s/<\/strong>/}/g
 s/<i>/\\emph{/g
old mode 100644 (file)
new mode 100755 (executable)
index 4b6b195..a233d9e
@@ -1,3 +1,4 @@
+#!/bin/sed -f
 s/Â/\&#194;/g
 s/â/\&#226;/g
 s/ã/\&#227;/g
old mode 100644 (file)
new mode 100755 (executable)
similarity index 92%
rename from unicode-zoado.sed
rename to unicode-fix.sed
index c372a71..4032049
@@ -1,3 +1,4 @@
+#!/bin/sed -f
 s/á/\&aacute;/g
 s/Ã/\&iacute;/g
 s/ó/\&oacute;/g
old mode 100644 (file)
new mode 100755 (executable)