Skip to content

Instantly share code, notes, and snippets.

@Mno-hime
Mno-hime / rebuild-dependant-components.sh
Last active January 15, 2019 05:58
Rebuild updated components in oi-userland
#!/bin/bash
CWD="${PWD}"
if [[ ! $PWD =~ 'oi-userland/components' ]]; then
echo "ERROR: Current working directory ($PWD) is not 'oi-userland/components' directory"
exit 1
fi
function run {