env/split
This commit is contained in:
parent
5a55cfba16
commit
cdac55a90b
1 changed files with 3 additions and 1 deletions
4
cd.sh
4
cd.sh
|
@ -583,7 +583,9 @@ $(cd_echo CD_OPEN CD_SHUT)
|
||||||
|
|
||||||
$(cd_echo CD_HORIZONTAL)
|
$(cd_echo CD_HORIZONTAL)
|
||||||
|
|
||||||
$(cd_echo CD_SPLIT)
|
|
||||||
|
def split():
|
||||||
|
print('${CD_SPLIT}', flush=True)
|
||||||
|
|
||||||
|
|
||||||
def step(*arguments):
|
def step(*arguments):
|
||||||
|
|
Loading…
Reference in a new issue