Fix shebang on several scripts

This commit is contained in:
Daniel Carrillo 2021-08-07 19:07:54 +02:00
parent 3838bc504f
commit 336bb86b35
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
3 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
date=$(date "+%H:%M | %d de %B")
hour_minute=$(echo "$date" | cut -f 1 -d"|")

View File

@ -1,5 +1,4 @@
#!/bin/sh
# POLYWINS
#!/usr/bin/env bash
# Forked from: https://github.com/tam-carre/polywins

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e