Sign in
android
/
platform
/
external
/
libcap
/
refs/heads/android13-qpr3-c-s7-release
/
.
/
kdebug
/
test-init.sh
blob: 4b55b518f1a439a92e7716077f61c58b06ee0767 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
PATH
=/
bin
echo
-
n
"Mounting filesystems ... "
mount
-
t proc proc
/
proc
mount
-
t devtmpfs dev
/
dev
mount
-
t sysfs sys
/
sys
mount
-
t devpts pts
/
dev
/
pts
echo
done
echo
Hello
,
World
cd
/
root
./
quicktest
.
sh
sh
-
i