Skip to content

Commit

Permalink
Shebang line in install.sh
Browse files Browse the repository at this point in the history
The README states that this file is directly executable. But it is not without this line.
  • Loading branch information
languitar committed Dec 5, 2017
1 parent a36635d commit a4566d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Installs locally
# You will need java, maven, vsce, and visual studio code to run this script
set -e
Expand All @@ -11,4 +13,4 @@ mvn package
# Build vsix
vsce package -o build.vsix

echo 'Install build.vsix using the extensions menu'
echo 'Install build.vsix using the extensions menu'

0 comments on commit a4566d1

Please sign in to comment.