fbS1Scripts/installTgBot.sh
Ilia Korshunov c330bae8b9 WIP
2025-06-15 16:49:07 +03:00

6 lines
100 B
Bash

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