Commit Graph

4 Commits (05d27653422f9c890df86b66fe3554e9fa4fd952)

Author SHA1 Message Date
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