Ver código fonte

common text for reposinit output

84582af
Dirk Alders 2 anos atrás
pai
commit
9f0c412449
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      reposinit

+ 4
- 0
reposinit Ver arquivo

@@ -1,4 +1,8 @@
1 1
 #!/bin/sh
2 2
 #
3
+echo "* Creating virtual env"
3 4
 ./mkvenv
5
+
6
+
7
+echo "* Creating link in homedirectory"
4 8
 ln -s `pwd` ~/bin

Carregando…
Cancelar
Salvar