New version 0.1.0

This commit is contained in:
Cyrille L 2022-04-11 16:09:20 +02:00
parent f3ce7cd89b
commit 8149886365
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# version: 0.0.18 # version: 0.1.0
# file: upd # file: upd
# Folder: /usr/local/bin # Folder: /usr/local/bin
# By echolib # By echolib

View File

@ -60,5 +60,4 @@ rm -f "/tmp/${app_name}-main.tar.gz"
cd $myfolder cd $myfolder
bash bash
upd -v
} }