Blame view

list_bridges.sh 127 Bytes
3e470988   hmalti   First commit
1
  #!/bin/bash
b1087939   hmalti   Ajout commandes
2
  cd $PATH_MANIFEST/bridges
3e470988   hmalti   First commit
3
4
5
6
7
8
9
  
  for eachfile in ./*.manifest
  do 
  	echo $eachfile
  	val=$(cat "$eachfile")
  	echo $val
  done