mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
5 lines
89 B
Bash
Executable File
5 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
# Called with $1 as the path to yocto-docs
|
|
cd $1
|
|
$1/autobuilder-publish-docs
|