commit 745bd25aaa948fb51c9cd6cd465e5b0bc763403b parent 43b4810d98d823b27ef4514592333ebd8bc28b67 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 8 Nov 2024 23:31:43 +0100 Fix ci Diffstat:
| M | build.sh | | | 2 | +- |
| M | compile.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sh b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash rm -r build mkdir -p build diff --git a/compile.sh b/compile.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash git clone https://gitlab.com/islandoftex/arara.git --depth 1 pushd arara