Blame view

test.sh 199 Bytes
5721892d   hmalti   Avancées
1
2
  #bash baleine.sh bridge create mybridge 192.168.42.1
  #bash baleine.sh container create -i TEST -c mycontainer -b mybridge -a 192.168.42.2 -p /usr/sbin/apache2
b1087939   hmalti   Ajout commandes
3
  
5721892d   hmalti   Avancées
4
5
  A="HELLO"
  B=" WORLD"
5cf93464   hmalti   Ajout interfaces ...
6
  
5721892d   hmalti   Avancées
7
  C="$A$B"
5cf93464   hmalti   Ajout interfaces ...
8
  
5721892d   hmalti   Avancées
9
  echo $C