Shift publishing shebang to bash
This commit is contained in:
parent
3884aada69
commit
f8fbb763b4
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
read -p "Enter the directory to copy website contents to (likely ending in 'this-week-in-rust.github.io'): " directory
|
||||
|
||||
|
|
Loading…
Reference in New Issue