3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/bash
|
|
echo "[ start.sh ] Boot script test..." > /proc/1/fd/2
|
#!/bin/bash
|
|
echo "[ start.sh ] Boot script test..." > /proc/1/fd/2
|