Skip to content

Commit b2b237f

Browse files
valyntylernicokaiser
authored andcommitted
fix: non distro agnostic bash shebang
1 parent ea81502 commit b2b237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exampleSite/pull-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Home
44
wget --no-clobber --content-disposition --directory-prefix=content "https://unsplash.com/photos/wRuhOOaG-Z4/download?&force=true&w=1920"

0 commit comments

Comments
 (0)