Blame view

stop_container.sh 148 Bytes
b1087939   hmalti   Ajout commandes
1
  #!/bin/bash
b1087939   hmalti   Ajout commandes
2
  
5721892d   hmalti   AvancĂ©es
3
4
5
6
7
  while getopts c: o; do
      case $o in
          (c) NOM_CONTAINER=$OPTARG;;   
      esac
  done
b1087939   hmalti   Ajout commandes
8
9
  kill $PID
  umount /mnt/baleine/$NOM_CONTAINER