mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make, scripts: Rename projects.py -> jw-projects.py
projects.py is too unspecific, rename it to jw-projects.py. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
aa3e2efd84
commit
fbc9e3a001
5 changed files with 6 additions and 5 deletions
6
scripts/jw-projects.py
Normal file
6
scripts/jw-projects.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from jw.build.App import App
|
||||
|
||||
App().run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue