mirror of
https://github.com/pjandro/fbS1Scripts.git
synced 2025-12-09 02:50:57 +03:00
6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/bash
|
|
cat << EOF | chroot /server/tmp /bin/bash
|
|
su - gem
|
|
echo "I'm gen" | sudo tee ~/test
|
|
EOF
|