Repositories
Help
py.lib.aw_log
Commits
Files
Yohn Y.
2024-02-11
Parent:
69904de0e695
3:4ab8c8590cab
Go to Latest
py.lib.aw_log/tools/make_pkg.sh
. Оформление репозитория
Download raw file
View source
Diff to previous
Annotate
History
Loading...
awgur@2
1
#!/bin/sh
awgur@2
2
# devel.a0fs.ru -- tool:aw_log::make_pkg.sh -- v0.r202402.1
awgur@2
3
this_dir
=
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
"
awgur@2
4
this_pkg
=
"
$(
dirname
"
$this_dir
"
)
"
awgur@2
5
awgur@2
6
cd
"
${
this_pkg
}
"
||
exit
awgur@2
7
python3
setup.py
bdist_wheel