mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
7 lines
139 B
Bash
Executable file
7 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
|
|
{
|
|
~/repos/wekan/releases/up-a.sh $1
|
|
~/repos/wekan/releases/up-s.sh $1
|
|
~/repos/wekan/releases/up-o.sh $1
|
|
} | parallel -k
|