Added debug prints to bin/compile.

This commit is contained in:
sleirsgoevy 2017-12-10 21:35:49 +03:00
parent bdef102a9e
commit 6b0f430424
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
export APP="$(realpath "$1")"
export CACHE="$2"