wekan/releases/up.sh
2021-02-08 22:16:55 +02:00

9 lines
173 B
Bash
Executable file

#!/bin/bash
sudo apt-get -y install parallel
{
~/repos/wekan/releases/up-a.sh $1
~/repos/wekan/releases/up-s.sh $1
~/repos/wekan/releases/up-o.sh $1
} | parallel -k