9 lignes
111 B
Bash
Fichiers exécutables
9 lignes
111 B
Bash
Fichiers exécutables
#!/bin/sh
|
|
#
|
|
echo "* Creating virtual env"
|
|
./mkvenv
|
|
|
|
|
|
echo "* Creating link in homedirectory"
|
|
ln -s `pwd` ~/bin
|