dead stuff

This commit is contained in:
Matthew Kennedy 2023-04-12 21:26:47 -07:00
parent 32e7089d78
commit e8810b9817
3 changed files with 0 additions and 18 deletions

View File

@ -1,12 +0,0 @@
#
# sudo systemctl enable rusefi
#
[Unit]
Description=rusEFI systemd
[Service]
ExecStart=/rw/startup_root.sh
[Install]
WantedBy=multi-user.target

View File

@ -1 +0,0 @@
java -jar fome_console.jar pcan_connector

View File

@ -1,5 +0,0 @@
#!/bin/bash
# https://superuser.com/questions/611538/is-there-a-way-to-display-a-countdown-or-stopwatch-timer-in-a-terminal
while true; do echo -ne "`date +%H:%M:%S:%N`\r"; done