mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 20:58:00 +00:00
Fix shebang on several scripts
This commit is contained in:
parent
3838bc504f
commit
336bb86b35
@ -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"|")
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
# POLYWINS
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Forked from: https://github.com/tam-carre/polywins
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user