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