8 lines
330 B
Bash
8 lines
330 B
Bash
#!/bin/bash
|
||
# these bash aliases are meant to be added in your user folder,
|
||
# in a file named: .bash_aliases (with the dot at the beginning)
|
||
# done for my blog http://www.cipherbliss.com
|
||
#
|
||
# load variables
|
||
source ~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh
|
||
source $WORKFLOW_PATH/install/.bash_custom_aliases |