Use bin/bash instead of usr/bin/bash

This commit is contained in:
Syer10
2021-03-25 15:57:32 -04:00
parent 0639be4497
commit dc5f935d96
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$(basename "$(pwd)")" = "scripts" ]; then
cd ..