mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
Correct shebang on weather
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
urlencode() {
|
||||
# urlencode <string>
|
||||
|
||||
Reference in New Issue
Block a user