diff options
author | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2023-08-21 12:08:30 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2023-08-21 12:08:30 +0200 |
commit | 868c60e77714d3bc55707a5572df7a9ee2478a74 (patch) | |
tree | 233a6adb24bc0b144b6c68d3baeab9fa1e5ee5c3 /build.sh | |
parent | fdc1f401891c3f781c230f0fb701000b2e913e39 (diff) | |
download | harcdzielnia-868c60e77714d3bc55707a5572df7a9ee2478a74.tar.gz harcdzielnia-868c60e77714d3bc55707a5572df7a9ee2478a74.zip |
fix: script uses bash
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh index 26b208c..41589ed 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash mkdir -p dest/foty |