5 řádky
49 B
Bash
Spustitelný soubor
5 řádky
49 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
#
|
|
echo "* Creating virtual env"
|
|
mkvenv
|