Skip to content

Commit 78883f2

Browse files
Add default arg
1 parent c58193c commit 78883f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ build: checkbash
176176
docker build -f Dockerfile --progress=plain -t {{APP}} .
177177
fi
178178

179+
# [scripts] run script in working directory
180+
sh args=SCRIPT:
181+
sh {{args}}
182+
179183
# [docker] intel build
180184
buildx: checkbash
181185
docker buildx build -f Dockerfile --progress=plain -t ${TAG} --build-arg CHIPSET_ARCH=x86_64-linux-gnu --load .

0 commit comments

Comments
 (0)