Updated the shbangs to be more flexible. (#29)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
outputDir="$HOME/Videos/Screencasts"
|
outputDir="$HOME/Videos/Screencasts"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
outputDir="$HOME/Pictures/Screenshots/"
|
outputDir="$HOME/Pictures/Screenshots/"
|
||||||
outputFile="snapshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
outputFile="snapshot_$(date +%Y-%m-%d_%H-%M-%S).png"
|
||||||
|
|||||||
Reference in New Issue
Block a user