11 lines
293 B
Bash
11 lines
293 B
Bash
|
#!/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 build
|
||
|
|
||
|
# CPL
|
||
|
cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl
|
||
|
cpl build
|