8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /builder/openwrt
|
|
|
|
rsync -av /input/ .
|
|
|
|
make defconfig
|