Skip to content

Commit

Permalink
Tweak scala-cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Apr 27, 2022
1 parent ef2f1e4 commit 19dc3ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scala-cli
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
#!/usr/bin/env bash
set -ev
set -e

DIR="$(cd "$(dirname "$0")" && pwd)"

SC_EXEC="$DIR/.scala-cli"

ls -lha

# if ! test -x "$SC_EXEC"; then
# gzip -d < "$DIR/scala-cli.gz" > "$SC_EXEC"
# chmod +x "$SC_EXEC"
# fi

ls -lha
file "$SC_EXEC"

exec /bin/bash "$SC_EXEC" "$@"

0 comments on commit 19dc3ca

Please sign in to comment.