mirror of
https://github.com/pjandro/fbS1Scripts.git
synced 2025-12-13 02:54:56 +03:00
10 lines
158 B
Bash
10 lines
158 B
Bash
#!/bin/bash
|
|
|
|
cd /home/gem
|
|
./tgBot.sh &
|
|
|
|
cd /home/gem/klipper
|
|
source /home/gem/printer_data/systemd/klipper.env
|
|
/home/gem/klippy-env/bin/python $KLIPPER_ARGS
|
|
|