summaryrefslogtreecommitdiff
path: root/post/lpic.all.modified.post
diff options
context:
space:
mode:
authorsimulation <simulation@nlo-ext3.ioq.uni-jena.de>2016-02-09 09:54:46 +0100
committersimulation <simulation@nlo-ext3.ioq.uni-jena.de>2016-02-09 09:54:46 +0100
commit6be0f285adb27f60f058c2937a7885899e17cb88 (patch)
treebe50a15314fe28c5b7b8f721233a34e71ca5b3b4 /post/lpic.all.modified.post
downloadlpic-master.tar.xz
Initial commitHEADmaster
Diffstat (limited to 'post/lpic.all.modified.post')
-rwxr-xr-xpost/lpic.all.modified.post13
1 files changed, 13 insertions, 0 deletions
diff --git a/post/lpic.all.modified.post b/post/lpic.all.modified.post
new file mode 100755
index 0000000..2da4bd5
--- /dev/null
+++ b/post/lpic.all.modified.post
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+for s in $1*
+do
+
+ if [ -e $s ]
+ then
+ echo lpic.modified.post `basename $s`
+ ./lpic.modified.post `basename $s`
+ fi
+
+done
+