Remove vars dependency

This commit is contained in:
2020-07-03 19:58:02 +02:00
parent 1288bea0ed
commit 25055bf724

6
cv
View File

@@ -1,10 +1,5 @@
#!/bin/bash #!/bin/bash
if [ -f /usr/local/bin/vars ]
then
. /usr/local/bin/vars
else
# This is a compatibility mode and not well-supported.
ex(){ ex(){
echo -e "\\033[0;32m> ${*} \\033[0m" echo -e "\\033[0;32m> ${*} \\033[0m"
$@ $@
@@ -14,7 +9,6 @@ else
show(){ show(){
echo -e "\\033[1;36m> ${*} \\033[0m" echo -e "\\033[1;36m> ${*} \\033[0m"
} }
fi
data="$HOME/Documents/cv" data="$HOME/Documents/cv"