5 lines
201 B
Cheetah
5 lines
201 B
Cheetah
#!/usr/bin/env nu
|
|
# GENERATED — component=lian_build bundle={{BUNDLE_ID}} op=update (rebuild)
|
|
# Rebuild is identical to build — delegate to install.sh.
|
|
|
|
nu ($env.FILE_PWD | path join "install.sh")
|