[log_editor] Change default text
This commit is contained in:
parent
eb8835848f
commit
ba7bf23ba9
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
log_directory=~/log
|
log_directory=~/log
|
||||||
log_sample="\nLundi:\n\nMardi:\n\nMercredi:\n\nJeudi:\n\nVendredi:\n\n\n\n\nTODO:\n"
|
log_sample="Marvell :\n\nFait (imprévu):\n\t\t\nFait (prévu):\n\t\t\nEn cours (prévu):\n\t\t\nPrévisionnel:\n\t\t\nPrévisionnel (à plus long terme):\n\t\t\n\n\nLundi:\n\nMardi:\n\nMercredi:\n\nJeudi:\n\nVendredi:\n\n\n\n\n"
|
||||||
|
|
||||||
SPM=60
|
SPM=60
|
||||||
MPH=60
|
MPH=60
|
||||||
@ -45,7 +45,7 @@ create_file () {
|
|||||||
if [ ! -e $1 ]
|
if [ ! -e $1 ]
|
||||||
then
|
then
|
||||||
mkdir -p $log_directory
|
mkdir -p $log_directory
|
||||||
echo -e $log_sample > $1
|
echo -e -n $log_sample > $1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user