mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Baby steps...
This commit is contained in:
@@ -1 +1,9 @@
|
||||
echo "Congrats!"
|
||||
#!/bin/bash
|
||||
GVM_DEST=~/.gvm
|
||||
if [ -d $GVM_DEST ]; then
|
||||
echo "Already installed!"
|
||||
else
|
||||
echo "Installing"
|
||||
mkdir $GVM_DEST
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user