mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 03:31:32 +01:00
mods
This commit is contained in:
10
mods/splashscreen/splashscreen
Normal file → Executable file
10
mods/splashscreen/splashscreen
Normal file → Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "::::::'##:'##:::'##::::'###::::'########:::'######::'##::::'##:" > /dev/console
|
||||||
|
echo ":::::: ##: ##::'##::::'## ##::: ##.... ##:'##... ##: ##:::: ##:" > /dev/console
|
||||||
|
echo ":::::: ##: ##:'##::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:" > /dev/console
|
||||||
|
echo ":::::: ##: #####::::'##:::. ##: ########:: ##::::::: #########:" > /dev/console
|
||||||
|
echo "'##::: ##: ##. ##::: #########: ##.. ##::: ##::::::: ##.... ##:" > /dev/console
|
||||||
|
echo " ##::: ##: ##:. ##:: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:" > /dev/console
|
||||||
|
echo ". ######:: ##::. ##: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:" > /dev/console
|
||||||
|
echo ":......:::..::::..::..:::::..::..:::::..:::......:::..:::::..::" > /dev/console
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Logo JKArch
|
||||||
|
After=local-fs-pre.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/splashboot
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user