diff options
author | c4llv07e <igor@c4llv07e.xyz> | 2025-05-08 06:31:20 +0300 |
---|---|---|
committer | c4llv07e <igor@c4llv07e.xyz> | 2025-05-08 06:31:20 +0300 |
commit | ac4ab7c4efc81eb3cfbc45d5c90acadd4cbf41c0 (patch) | |
tree | 4d8c3675ef63da1d3bde1854c105352c0bd343ba /build.sh | |
parent | 4b403fb00ae3a4a81c6fa4336b57cd80f13725ba (diff) | |
download | etcfs-ac4ab7c4efc81eb3cfbc45d5c90acadd4cbf41c0.tar.gz etcfs-ac4ab7c4efc81eb3cfbc45d5c90acadd4cbf41c0.tar.bz2 etcfs-ac4ab7c4efc81eb3cfbc45d5c90acadd4cbf41c0.zip |
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..29d4480 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec make "${@}" |