mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 15:14:58 +08:00
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
chown -Rv tester .
|
||
|
su tester << EOF
|
||
|
PATH=$PATH make tests < $(tty)
|
||
|
EOF
|