6 lines
45 B
Bash
6 lines
45 B
Bash
#!/bin/bash
|
|
|
|
whoami
|
|
uptime
|
|
cat /etc/rc.local
|
#!/bin/bash
|
|
|
|
whoami
|
|
uptime
|
|
cat /etc/rc.local
|