mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
use /usr/bin/env to select bash
This commit is contained in:
parent
f791750d47
commit
cd67bd2d8f
5 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
LAST=$(tail -1 ~/.borgbackup.log)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue