Skip to content

Commit f8fbb76

Browse files
Shift publishing shebang to bash
1 parent 3884aad commit f8fbb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishing/copy_website_content_to_repo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
read -p "Enter the directory to copy website contents to (likely ending in 'this-week-in-rust.github.io'): " directory
44

0 commit comments

Comments
 (0)