moved system.sh to separate repo

This commit is contained in:
Tobias Schmidl 2020-09-21 08:23:54 +02:00
parent 597c424b2d
commit a5b603a180
8 changed files with 121 additions and 0 deletions

106
.gitignore vendored Normal file
View file

@ -0,0 +1,106 @@
### Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/

9
.gitmodules vendored Normal file
View file

@ -0,0 +1,9 @@
[submodule "argos-httping"]
path = argos-httping
url = https://github.com/schtobia/argos-httping.git
[submodule "argos-apt"]
path = argos-apt
url = https://github.com/schtobia/argos-apt.git
[submodule "argos-system"]
path = argos-system
url = git@github.com:schtobia/argos-system.git

1
apt.1h.py Symbolic link
View file

@ -0,0 +1 @@
argos-apt/argos-apt.py

1
argos-apt Submodule

@ -0,0 +1 @@
Subproject commit 8f037ff1057539d3fb39b06d77e1242a92348d08

1
argos-httping Submodule

@ -0,0 +1 @@
Subproject commit 1ea02612e4d439b9ed5860862b150fc0866700b9

1
argos-system Submodule

@ -0,0 +1 @@
Subproject commit 2ef0f3838e978707912f8cd5427e88d4b1d78ebd

1
httping.1m+.py Symbolic link
View file

@ -0,0 +1 @@
argos-httping/httping.py

1
system.30s+.sh Symbolic link
View file

@ -0,0 +1 @@
argos-system/system.sh