mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
5 lines
180 B
Bash
5 lines
180 B
Bash
#!/bin/bash
|
|
# Executes the import script in reverse mode
|
|
# @author Kevin Veen-Birkenbach [aka. Frantz]
|
|
bash "$(dirname "$(readlink -f "${0}")")/import-data-from-system.sh" reverse
|