11 lines
297 B
Bash
Executable File
11 lines
297 B
Bash
Executable File
#!/bin/bash
|
|
# activate venv
|
|
source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/cpl-env/bin/activate
|
|
|
|
# CLI
|
|
cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/
|
|
cpl publish
|
|
|
|
# CPL
|
|
cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl
|
|
cpl publish |