This commit is contained in:
Ilia Korshunov 2025-06-15 16:44:32 +03:00
parent 8d32a77a29
commit c330bae8b9

5
installTgBot.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cat << EOF | chroot /server/tmp /bin/bash
su - gem
echo "I'm gen" | sudo tee ~/test
EOF