diff options
author | Marvin Borner | 2020-09-21 16:07:38 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-21 16:07:38 +0200 |
commit | 54e232bf8b0668edc601763c4ed60be8fffc40a3 (patch) | |
tree | 36b2d54945228337debac370d39ba8bb4ed3b48e /.scripts/compile | |
parent | 7d4e199df2b57b4c7f7cbdacc7792d71bb56a538 (diff) |
Laptop sync
Diffstat (limited to '.scripts/compile')
-rwxr-xr-x | .scripts/compile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.scripts/compile b/.scripts/compile index 38295e2..95f70c8 100755 --- a/.scripts/compile +++ b/.scripts/compile @@ -6,8 +6,8 @@ base="${file%.*}" ext="${file##*.}" if [ -f "$dir/run" ]; then - echo "Using run file" - exec "$dir/run" + echo "Using run file" + exec "$dir/run" fi case "$ext" in |