5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
# # check for image and build
|
||
|
source ./build $1
|
||
|
[[ $force ]] && shift 1
|
||
|
./try -k "$@" nextcloud shell
|