ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/linux/aide.sh
Revision: 483
Committed: Thu Jan 30 21:33:47 2014 UTC (11 years, 3 months ago) by francois
Content type: application/x-sh
File size: 417 byte(s)
Log Message:
creation d'une aide de tous les programmes

File Contents

# Content
1 #!/bin/sh
2 echo "___________________________________________"
3 echo "Liste des programmes disponibles dans MAGiC"
4 echo "___________________________________________"
5 echo
6 echo
7
8
9
10 for i in `find ./ -name *.exe| grep -v tuto | grep -v test|grep -v visu|grep -v toIbrep|grep -v mvtn`
11 do
12 $i --help
13 echo $i
14 $i
15 echo
16 echo
17 echo
18
19 done
20
21

Properties

Name Value
svn:executable *