Source Update

This commit is contained in:
Christer Warén 2024-04-26 06:34:52 +03:00
parent 219aac45e5
commit 2c5ddd1280
8 changed files with 46 additions and 46 deletions

View File

@ -18,28 +18,28 @@ echo -n "
} }
start() { start() {
syntax-line-douple syntax-line-douple
echo -n "Warén CLI " echo -n "Warén CLI "
syntax-line-douple syntax-line-douple
} }
stop () { stop () {
if [[ -d "./src" ]] if [[ -d "./src" ]]
then
podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php &> /dev/null
mv wx.tmp wx &> /dev/null
chmod +x wx &> /dev/null
else
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
if [[ -d "/usr/bin" ]]
then then
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php &> /dev/null
mv wx.tmp wx &> /dev/null
chmod +x wx &> /dev/null
else
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
if [[ -d "/usr/bin" ]]
then
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null
fi
sudo chmod +x /usr/bin/wx &> /dev/null
fi fi
sudo chmod +x /usr/bin/wx &> /dev/null echo " "
fi echo " "
echo " " exit 1
echo " "
exit 1
} }
{{ COMMANDS }} {{ COMMANDS }}

View File

@ -1,3 +1,3 @@
warencli-login() { warencli-login() {
echo ">>> Authentication: Login"; echo ">>> Login <<<";
} }

View File

@ -1,3 +1,3 @@
warencli-logout() { warencli-logout() {
echo ">>> Authentication: Logout"; echo ">>> Logout <<<";
} }

View File

@ -1,3 +1,3 @@
warencli-settings() { warencli-settings() {
echo ">>> Settings"; echo ">>> Settings <<<";
} }

View File

@ -1,3 +1,3 @@
warencli-ssh() { warencli-ssh() {
echo ">>> SSH"; echo ">>> SSH <<<";
} }

View File

@ -1,3 +1,3 @@
warencli-ssh-config(){ warencli-ssh-config(){
echo ">>> SSH: Config" echo ">>> SSH: Config <<<"
} }

View File

@ -1,3 +1,3 @@
warencli-ssh-sign(){ warencli-ssh-sign(){
echo ">>> SSH: Certificates" echo ">>> SSH: Certificates <<<"
} }

46
wx
View File

@ -18,28 +18,28 @@ echo -n "
} }
start() { start() {
syntax-line-douple syntax-line-douple
echo -n "Warén CLI " echo -n "Warén CLI "
syntax-line-douple syntax-line-douple
} }
stop () { stop () {
if [[ -d "./src" ]] if [[ -d "./src" ]]
then
podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php &> /dev/null
mv wx.tmp wx &> /dev/null
chmod +x wx &> /dev/null
else
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
if [[ -d "/usr/bin" ]]
then then
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null podman run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp docker.io/library/php:8-cli php generator.php &> /dev/null
mv wx.tmp wx &> /dev/null
chmod +x wx &> /dev/null
else
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
if [[ -d "/usr/bin" ]]
then
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null
fi
sudo chmod +x /usr/bin/wx &> /dev/null
fi fi
sudo chmod +x /usr/bin/wx &> /dev/null echo " "
fi echo " "
echo " " exit 1
echo " "
exit 1
} }
warencli-help() { warencli-help() {
@ -61,27 +61,27 @@ Management Commands:
} }
warencli-settings() { warencli-settings() {
echo ">>> Settings"; echo ">>> Settings <<<";
} }
warencli-ssh() { warencli-ssh() {
echo ">>> SSH"; echo ">>> SSH <<<";
} }
warencli-login() { warencli-login() {
echo ">>> Authentication: Login"; echo ">>> Login <<<";
} }
warencli-logout() { warencli-logout() {
echo ">>> Authentication: Logout"; echo ">>> Logout <<<";
} }
warencli-ssh-config(){ warencli-ssh-config(){
echo ">>> SSH: Config" echo ">>> SSH: Config <<<"
} }
warencli-ssh-sign(){ warencli-ssh-sign(){
echo ">>> SSH: Certificates" echo ">>> SSH: Certificates <<<"
} }