Skip to content

Commit 07df8f8

Browse files
committed
tools: add missing shebangs for shellcheck
1 parent 8105076 commit 07df8f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/android-webcam/android-webcam.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
SHADER_TEMPLATE="@shaderPath@"
23
ASCII_MODE=false
34
ASCII_SCALE=6

tools/video-webcam/video-webcam.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
DEVICE="/dev/video0"
23
LOOP=true
34

0 commit comments

Comments
 (0)