This commit is contained in:
IGI-111
2015-04-07 14:29:22 +00:00
3 changed files with 47 additions and 6 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@
*
!*.hs
!*.sh
!*.java
!pom.xml

41
motinutiles.txt Normal file
View File

@@ -0,0 +1,41 @@
H
by
and
for
from
is
into
not
of
on
the
to
up
use
when
with
write
writes
we
that
exit
end
enum
else
if
early
dump
due
drop
don't
down
de
can
can:
case
be
at
as
an
a

View File

@@ -1,6 +1,5 @@
#!/bin/bash
if [ -z $1 ] ; then
echo "NOTICE : phase0.sh NbYear OutFiles"
exit 1;
@@ -9,12 +8,11 @@ else
echo "NOTICE : phase0.sh NbYear OutFiles"
exit 1;
fi
fi
if [ $(echo $1 | grep -v [a-Z] | wc -l) -eq 0 ]; then
echo "Erreur : arg \$1 non entier positif !"
exit 1
fi
fi
TIME="$1 year ago"