Files
docker-builder/openwrt/input.sh

8 lines
70 B
Bash
Executable File

#!/bin/bash
cd /builder/openwrt
rsync -av /input/ .
make defconfig