Skip to content

Commit

Permalink
fix: set hashbang to target shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sstojkovic committed Jun 2, 2020
1 parent 4fbbf72 commit 26dbb4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/kelvin2celsius.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

kelvin=$(cut -d. -f1 <<< $1)
base=273
Expand Down
2 changes: 1 addition & 1 deletion scripts/weather-icon.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

theme=$1
weather_code=$2
Expand Down
2 changes: 1 addition & 1 deletion scripts/weather.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

api_key=<YOUR_API_KEY>
city_id=<YOUR_CITY_ID>
Expand Down

0 comments on commit 26dbb4e

Please sign in to comment.