Add bin/ commands

This commit is contained in:
Krzysztof Płaczek
2024-11-26 09:57:16 +01:00
parent ebd48cfbf6
commit 85e32554ef
3 changed files with 10 additions and 0 deletions

5
bin/update Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
echo "Updating project"
git pull origin master
bin/cli rm -rf var/cache
echo "Project updated"