fix scpt
This commit is contained in:
parent
f0e4dbedaf
commit
6a81cdc42f
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
dir=${0:a:h}
|
dir=${0:a:h}
|
||||||
hdir=${0:a:h:h}
|
hdir=${0:a:h:h}
|
||||||
mkdir -p $dir/png
|
mkdir -p $hdir/png
|
||||||
f=$hdir/png/t.png
|
f=$hdir/png/t.png
|
||||||
f_sleep=$dir/png/sleep
|
f_sleep=$hdir/png/sleep
|
||||||
txt=~/.config/ai/txt
|
txt=$hdir/txt
|
||||||
|
|
||||||
if [ ! -d $txt ];then
|
if [ ! -d $txt ];then
|
||||||
mkdir -p $txt
|
mkdir -p $txt
|
||||||
|
Loading…
Reference in New Issue
Block a user