Better output

This commit is contained in:
2019-12-23 10:50:05 +09:00
parent b01d09e477
commit b5c072d0b0
5 changed files with 22 additions and 36 deletions
+1
View File
@@ -7,6 +7,7 @@ if escript_path=$(command -v escript)
if zx_link=$(command -v zx)
then
echo "zx found in \$PATH at $zx_link. Checking for upgrade."
echo "Running \`zx upgrade\`..."
zx upgrade
else
echo "zx is not yet in \$PATH. Once you have added zx's location to \$PATH run \`zx upgrade\`."