Shift publishing shebang to bash

This commit is contained in:
Andrew Pollack 2024-09-26 20:17:45 -07:00 committed by GitHub
parent 3884aada69
commit f8fbb763b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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