mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
bash env
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!//bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------------- #
|
||||||
# Colorized echo helpers and functions
|
# Colorized echo helpers and functions
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Install Homebrew
|
# Install Homebrew
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user