Browse Source

common text for reposinit output

84582af
Dirk Alders 2 years ago
parent
commit
9f0c412449
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      reposinit

+ 4
- 0
reposinit View File

@@ -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

Loading…
Cancel
Save