6 lines
44 B
Bash
6 lines
44 B
Bash
#!/bin/sh
|
|
|
|
uname -a
|
|
|
|
ls /proc | grep config
|
#!/bin/sh
|
|
|
|
uname -a
|
|
|
|
ls /proc | grep config
|