Commit Graph

5 Commits (33a40fc271c2dc2e48ea40c8fcb2efc1800ac352)

Author SHA1 Message Date
Pierre Neidhardt 9857145fb1 scripts: Reformat with tabs and more consistent style 2014-11-12 16:15:39 +01:00
Pierre Neidhardt 19c09febec Scripts: replaced 'sed -i' with 'ex -sc'
Ex is the right way to edit files (sed is a stream editor). Besides 'sed -i' is
not POSIX.  However ex cannot edit multiple files in one call, thus leading to a
great performance loss when called over a bunch of files. In that case, 'sed -i'
may be a better idea.
2014-01-06 17:32:13 +01:00
Pierre Neidhardt 91fd576e6f translate script: awesome! 2013-10-06 19:54:15 +02:00
Pierre Neidhardt 5e279c0ab6 Scripts: new pp7a-extract script. 2013-03-12 16:41:47 +01:00
Pierre Neidhardt ea81531077 Shell/Scripts: moved all useful functions (for whom it makes sense to call them
from Emacs or Ranger) to separate scripts.
2013-03-03 11:19:50 +01:00