Implemented ssh management

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2019-09-30 16:13:26 +02:00
parent 87e433dd2e
commit edd18db933
3 changed files with 30 additions and 5 deletions

View File

@@ -1,2 +1,4 @@
#!/bin/bash
bash ./import-data-from-system.sh reverse
# Executes the import script in reverse mode
# @author Kevin Veen-Birkenbach [aka. Frantz]
bash "$(dirname "$(readlink -f "${0}")")/import-data-from-system.sh" reverse