mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
make less path specific
Signed-off-by: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88gmail.com>
This commit is contained in:
parent
d3316e31b6
commit
54d22b8b81
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f ./src/__main__.py ]; then
|
||||
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f ./src/__main__.py ]; then
|
||||
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f ./src/__main__.py ]; then
|
||||
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f ./src/__main__.py ]; then
|
||||
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f ./src/__main__.py ]; then
|
||||
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
|
||||
|
|
Loading…
Reference in a new issue