Skip to content

Commit

Permalink
Add shebang line to scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
aereaux committed Oct 1, 2024
1 parent a75735d commit a82a830
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/lottie_common.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
# this is common source file used by lottie_to_gif.sh, lottie_to_webp.sh
# required bash variables
# $HEIGHT
Expand Down
1 change: 1 addition & 0 deletions bin/lottie_to_apng.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
HEIGHT=512
WIDTH=512
FPS=60
Expand Down
1 change: 1 addition & 0 deletions bin/lottie_to_gif.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
HEIGHT=512
WIDTH=512
FPS=50
Expand Down
1 change: 1 addition & 0 deletions bin/lottie_to_png.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
HEIGHT=512
WIDTH=512
FPS=60
Expand Down
1 change: 1 addition & 0 deletions bin/lottie_to_webm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
HEIGHT=512
WIDTH=512
FPS=60
Expand Down
1 change: 1 addition & 0 deletions bin/lottie_to_webp.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
HEIGHT=512
WIDTH=512
FPS=60
Expand Down

0 comments on commit a82a830

Please sign in to comment.