use /usr/bin/env to select bash

This commit is contained in:
Felix Buehler 2020-12-15 20:43:31 +01:00
parent f791750d47
commit cd67bd2d8f
5 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
LAST=$(tail -1 ~/.borgbackup.log)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
now=$(date +"%Y_%m_%d_%H_%M_%S")
path="$HOME/Pictures/hour-pics"
size="1280x720"