From bda8231cfdba50a66404ab3d28f10447cf2e293a Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Sun, 25 Jul 2021 18:57:19 -0600 Subject: [PATCH] Dadgummit. --- new_python_tool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new_python_tool.sh b/new_python_tool.sh index fabdb25..bdcbcb1 100755 --- a/new_python_tool.sh +++ b/new_python_tool.sh @@ -1,7 +1,8 @@ #!/bin/bash +# An independent version of the new_python_tool function from my bash profile. + # Boilerplate functions from bash_profile for convenience - OS="$(uname -a)" [[ "$OS" == *"iPhone"* || "$OS" == *"iPad"* ]] && export OS="iOS" [[ "$OS" == *"ndroid"* ]] && export OS="Android" @@ -41,7 +42,6 @@ sed_i() { } # Project creation - new_python_tool() { # Download and rename the template repo __missing_reqs 'sed git find grep sort mv' && return 1