11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
|
|
#! /bin/zsh
|
||
|
|
|
||
|
|
echo -n "https://tower.scarif.space" | wl-copy
|
||
|
|
|
||
|
|
nextcloud &
|
||
|
|
|
||
|
|
station-confirm-or-close "Nextcloud Setup" "Click OK to finish setup"
|
||
|
|
|
||
|
|
wl-copy --clear
|
||
|
|
|