5 lines
55 B
Bash
5 lines
55 B
Bash
|
#!/bin/sh
|
||
|
cd /rw
|
||
|
echo Hello User
|
||
|
whoami >> startup.log
|