This commit is contained in:
2019-07-04 00:22:09 -05:00
parent ebad7fb6af
commit 0ad613fa0c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
input_dir="$HOME/Desktop/Definitely_NOT_Porn" input_dir="$HOME/Desktop/Definitely_NOT_Porn"
exts="jpg,jpeg,JPG,png,gif" exts="jpg,jpeg,JPG,png,gif"

View File

@@ -1,4 +1,4 @@
#!//bin/bash #!/usr/bin/env bash
# ---------------------------------------------------------------------------- # # ---------------------------------------------------------------------------- #
# Colorized echo helpers and functions # Colorized echo helpers and functions

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
function check_homebrew() { function check_homebrew() {
brew_check=$(command -v brew) > /dev/null 2>&1 brew_check=$(command -v brew) > /dev/null 2>&1

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Install Homebrew # Install Homebrew
# ---------------------------------------------------------------- # ----------------------------------------------------------------