Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

install 295B

123456789101112
  1. #! /usr/bin/env bash
  2. if [ -e ~/.gconf/apps/gnome-terminal ]
  3. then
  4. if [ -h ~/.gconf/apps/gnome-terminal ]
  5. then
  6. rm ~/.gconf/apps/gnome-terminal
  7. else
  8. mv ~/.gconf/apps/gnome-terminal ~/.gconf/apps/gnome-termnial.old
  9. fi
  10. fi &&
  11. ln -sf "$PWD"/gnome-terminal ~/.gconf/apps/gnome-terminal