1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 09:19:26 +00:00

Fix shebang on several scripts

This commit is contained in:
2021-08-07 19:07:54 +02:00
parent 3838bc504f
commit 336bb86b35
3 changed files with 3 additions and 4 deletions

View File

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