Repositories
Help
py.lib.aw_log
Commits
Files
Yohn Y.
2024-02-25
Parent:
69904de0e695
4:528eea69c42d
Go to Latest
py.lib.aw_log/tools/make_pkg.sh
. Актуализация ссылки на модуль
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
#!/bin/sh
2
# devel.a0fs.ru -- tool:aw_log::make_pkg.sh -- v0.r202402.1
3
this_dir
=
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
"
4
this_pkg
=
"
$(
dirname
"
$this_dir
"
)
"
5
6
cd
"
${
this_pkg
}
"
||
exit
7
python3
setup.py
bdist_wheel